getFileSystemRepresentation_maxLength_ method

bool getFileSystemRepresentation_maxLength_(
  1. Pointer<Char> cname,
  2. int max
)

Implementation

bool getFileSystemRepresentation_maxLength_(
    ffi.Pointer<ffi.Char> cname, int max) {
  return _lib._objc_msgSend_241(
      _id, _lib._sel_getFileSystemRepresentation_maxLength_1, cname, max);
}