NSString.AppendPathComponent(NSString) Method

Definition

Appends the specified str in a manner that results in a path.

[Foundation.Export("stringByAppendingPathComponent:")]
public virtual Foundation.NSString AppendPathComponent (Foundation.NSString str);
abstract member AppendPathComponent : Foundation.NSString -> Foundation.NSString
override this.AppendPathComponent : Foundation.NSString -> Foundation.NSString

Parameters

str
NSString

Returns

Attributes

Applies to