changeFileAttributes_atPath_ method

bool changeFileAttributes_atPath_(
  1. NSDictionary attributes,
  2. NSString path
)

Implementation

bool changeFileAttributes_atPath_(NSDictionary attributes, NSString path) {
  return _lib._objc_msgSend_449(
      _id, _lib._sel_changeFileAttributes_atPath_1, attributes._id, path._id);
}