changeCurrentDirectoryPath_ method

bool changeCurrentDirectoryPath_(
  1. NSString path
)

Implementation

bool changeCurrentDirectoryPath_(NSString path) {
  return _lib._objc_msgSend_63(
      _id, _lib._sel_changeCurrentDirectoryPath_1, path._id);
}