fileExistsAtPath_isDirectory_ method

bool fileExistsAtPath_isDirectory_(
  1. NSString path,
  2. Pointer<Bool> isDirectory
)

Implementation

bool fileExistsAtPath_isDirectory_(
    NSString path, ffi.Pointer<ffi.Bool> isDirectory) {
  return _lib._objc_msgSend_454(
      _id, _lib._sel_fileExistsAtPath_isDirectory_1, path._id, isDirectory);
}