fileSystemRepresentationWithPath_ method

Pointer<Char> fileSystemRepresentationWithPath_(
  1. NSString path
)

Implementation

ffi.Pointer<ffi.Char> fileSystemRepresentationWithPath_(NSString path) {
  return _lib._objc_msgSend_458(
      _id, _lib._sel_fileSystemRepresentationWithPath_1, path._id);
}