fileManager_willProcessPath_ method

void fileManager_willProcessPath_(
  1. NSFileManager fm,
  2. NSString path
)

Implementation

void fileManager_willProcessPath_(NSFileManager fm, NSString path) {
  _lib._objc_msgSend_467(
      _id, _lib._sel_fileManager_willProcessPath_1, fm._id, path._id);
}