NSUrl.Append(String, Boolean) 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.
Returns a new NSUrl by appending the specified pathComponent to this NSUrl.
[Foundation.Export("URLByAppendingPathComponent:isDirectory:")]
public virtual Foundation.NSUrl Append (string pathComponent, bool isDirectory);
abstract member Append : string * bool -> Foundation.NSUrl
override this.Append : string * bool -> Foundation.NSUrl
Parameters
- pathComponent
- String
- isDirectory
- Boolean
Returns
- Attributes