共用方式為


NSUrl.CreateFileUrl 方法

定義

多載

CreateFileUrl(String, NSUrl)
CreateFileUrl(String, Boolean, NSUrl)
CreateFileUrl(String[])

CreateFileUrl(String, NSUrl)

[Foundation.Export("fileURLWithPath:relativeToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSUrl CreateFileUrl (string path, Foundation.NSUrl relativeToUrl);
static member CreateFileUrl : string * Foundation.NSUrl -> Foundation.NSUrl

參數

path
String
relativeToUrl
NSUrl

即將加入。

這個參數可以是 null

傳回

屬性

適用於

CreateFileUrl(String, Boolean, NSUrl)

[Foundation.Export("fileURLWithPath:isDirectory:relativeToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSUrl CreateFileUrl (string path, bool isDir, Foundation.NSUrl relativeToUrl);
static member CreateFileUrl : string * bool * Foundation.NSUrl -> Foundation.NSUrl

參數

path
String
isDir
Boolean
relativeToUrl
NSUrl

即將加入。

這個參數可以是 null

傳回

屬性

適用於

CreateFileUrl(String[])

[Foundation.Export("fileURLWithPathComponents:")]
public static Foundation.NSUrl CreateFileUrl (string[] pathComponents);
static member CreateFileUrl : string[] -> Foundation.NSUrl

參數

pathComponents
String[]

傳回

屬性

適用於