NSFileManager.CreateSymbolicLink 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.
Overloads
| Name | Description |
|---|---|
| CreateSymbolicLink(NSUrl, NSUrl, NSError) | |
| CreateSymbolicLink(String, String, NSError) |
CreateSymbolicLink(NSUrl, NSUrl, NSError)
[Foundation.Export("createSymbolicLinkAtURL:withDestinationURL:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CreateSymbolicLink(Foundation.NSUrl url, Foundation.NSUrl destURL, out Foundation.NSError error);
[<Foundation.Export("createSymbolicLinkAtURL:withDestinationURL:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateSymbolicLink : Foundation.NSUrl * Foundation.NSUrl * NSError -> bool
override this.CreateSymbolicLink : Foundation.NSUrl * Foundation.NSUrl * NSError -> bool
Parameters
- url
- NSUrl
- destURL
- NSUrl
- error
- NSError
Returns
- Attributes
Applies to
CreateSymbolicLink(String, String, NSError)
[Foundation.Export("createSymbolicLinkAtPath:withDestinationPath:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CreateSymbolicLink(string path, string destPath, out Foundation.NSError error);
[<Foundation.Export("createSymbolicLinkAtPath:withDestinationPath:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateSymbolicLink : string * string * NSError -> bool
override this.CreateSymbolicLink : string * string * NSError -> bool
Parameters
- path
- String
- destPath
- String
- error
- NSError
Returns
- Attributes