Share via


NSFileManager.CreateSymbolicLink Method

Definition

Overloads

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

Applies to