isDeletableFileAtPath_ method

bool isDeletableFileAtPath_(
  1. NSString path
)

Implementation

bool isDeletableFileAtPath_(NSString path) {
  return _lib._objc_msgSend_63(
      _id, _lib._sel_isDeletableFileAtPath_1, path._id);
}