fileURLWithPath static method
fileURLWithPath:
Implementation
static NSURL fileURLWithPath(NSString path) {
final $ret = _objc_msgSend_1sotr3r(
_class_NSURL,
_sel_fileURLWithPath_,
path.ref.pointer,
);
return NSURL.fromPointer($ret, retain: true, release: true);
}