fileSystemRepresentation property

Pointer<Char> get fileSystemRepresentation

Implementation

ffi.Pointer<ffi.Char> get fileSystemRepresentation {
  return _lib._objc_msgSend_13(_id, _lib._sel_fileSystemRepresentation1);
}