fileSystemRepresentation property
fileSystemRepresentation
Implementation
ffi.Pointer<ffi.Char> get fileSystemRepresentation {
objc.checkOsVersionInternal(
'NSURL.fileSystemRepresentation',
iOS: (false, (7, 0, 0)),
macOS: (false, (10, 9, 0)),
);
return _objc_msgSend_1fuqfwb(
object$.ref.pointer,
_sel_fileSystemRepresentation,
);
}