initFileURLWithPath$1 method
initFileURLWithPath:isDirectory:
Implementation
NSURL initFileURLWithPath$1(NSString path, {required bool isDirectory}) {
objc.checkOsVersionInternal(
'NSURL.initFileURLWithPath:isDirectory:',
iOS: (false, (2, 0, 0)),
macOS: (false, (10, 5, 0)),
);
final $ret = _objc_msgSend_17amj0z(
object$.ref.retainAndReturnPointer(),
_sel_initFileURLWithPath_isDirectory_,
path.ref.pointer,
isDirectory,
);
return NSURL.fromPointer($ret, retain: false, release: true);
}