createFileAtPath_contents_attributes_ method

bool createFileAtPath_contents_attributes_(
  1. NSString path,
  2. NSData? data,
  3. NSDictionary? attr
)

Implementation

bool createFileAtPath_contents_attributes_(
    NSString path, NSData? data, NSDictionary? attr) {
  return _lib._objc_msgSend_457(
      _id,
      _lib._sel_createFileAtPath_contents_attributes_1,
      path._id,
      data?._id ?? ffi.nullptr,
      attr?._id ?? ffi.nullptr);
}