NSFileManager.CreateSymbolicLink 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateSymbolicLink(NSUrl, NSUrl, NSError) |
尝试创建指定的符号链接,返回成功或失败,如果有任何错误) , (编码错误。 |
CreateSymbolicLink(String, String, NSError) |
CreateSymbolicLink(NSUrl, NSUrl, NSError)
尝试创建指定的符号链接,返回成功或失败,如果有任何错误) , (编码错误。
[Foundation.Export("createSymbolicLinkAtURL:withDestinationURL:error:")]
public virtual bool CreateSymbolicLink (Foundation.NSUrl url, Foundation.NSUrl destURL, out Foundation.NSError error);
abstract member CreateSymbolicLink : Foundation.NSUrl * Foundation.NSUrl * -> bool
override this.CreateSymbolicLink : Foundation.NSUrl * Foundation.NSUrl * -> bool
参数
- url
- NSUrl
- destURL
- NSUrl
- error
- NSError
返回
- 属性
适用于
CreateSymbolicLink(String, String, NSError)
[Foundation.Export("createSymbolicLinkAtPath:withDestinationPath:error:")]
public virtual bool CreateSymbolicLink (string path, string destPath, out Foundation.NSError error);
abstract member CreateSymbolicLink : string * string * -> bool
override this.CreateSymbolicLink : string * string * -> bool
参数
- path
- String
- destPath
- String
- error
- NSError
返回
- 属性