共用方式為


NSUrl.Append(String, Boolean) 方法

定義

藉由將指定的路徑Component 附加至這個 NSUrl,以傳回新的 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

參數

pathComponent
String
isDirectory
Boolean

傳回

屬性

適用於