NSString.AppendPathComponent(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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