isExecutableFileAtPath_ method

bool isExecutableFileAtPath_(
  1. NSString path
)

Implementation

bool isExecutableFileAtPath_(NSString path) {
  return _lib._objc_msgSend_63(
      _id, _lib._sel_isExecutableFileAtPath_1, path._id);
}