URLByDeletingLastPathComponent property

NSURL? get URLByDeletingLastPathComponent

Implementation

NSURL? get URLByDeletingLastPathComponent {
  final _ret =
      _lib._objc_msgSend_44(_id, _lib._sel_URLByDeletingLastPathComponent1);
  return _ret.address == 0
      ? null
      : NSURL._(_ret, _lib, retain: true, release: true);
}