createDirectoryAtPath_attributes_ method

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

Implementation

bool createDirectoryAtPath_attributes_(
    NSString path, NSDictionary attributes) {
  return _lib._objc_msgSend_451(_id,
      _lib._sel_createDirectoryAtPath_attributes_1, path._id, attributes._id);
}