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
CreateSymbolicLink(NSUrl, NSUrl, NSError) |
Attempts to create the specified symbolic link, returning success or failure, and encoding error (if any) in error. |
CreateSymbolicLink(String, String, NSError) |
CreateSymbolicLink(NSUrl, NSUrl, NSError)
Attempts to create the specified symbolic link, returning success or failure, and encoding error (if any) in error.
[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
Parameters
- url
- NSUrl
- destURL
- NSUrl
- error
- NSError
Returns
- Attributes
Applies to
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
Parameters
- path
- String
- destPath
- String
- error
- NSError
Returns
- Attributes