getFileSystemRepresentation_maxLength_ method

bool getFileSystemRepresentation_maxLength_(
  1. Pointer<Char> buffer,
  2. int maxBufferLength
)

Implementation

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