NSString.DeleteLastPathComponent Method

Definition

Returns a new string by deleting the last path component of this string.

[Foundation.Export("stringByDeletingLastPathComponent")]
public virtual Foundation.NSString DeleteLastPathComponent ();
abstract member DeleteLastPathComponent : unit -> Foundation.NSString
override this.DeleteLastPathComponent : unit -> Foundation.NSString

Returns

Attributes

Applies to