NSFileManager.CreateSymbolicLink Método

Definición

Sobrecargas

CreateSymbolicLink(NSUrl, NSUrl, NSError)

Intenta crear el vínculo simbólico especificado, devolver éxito o error y el error de codificación (si existe) en error.

CreateSymbolicLink(String, String, NSError)

CreateSymbolicLink(NSUrl, NSUrl, NSError)

Intenta crear el vínculo simbólico especificado, devolver éxito o error y el error de codificación (si existe) en 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

Parámetros

url
NSUrl
destURL
NSUrl
error
NSError

Devoluciones

Atributos

Se aplica a

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

Parámetros

path
String
destPath
String
error
NSError

Devoluciones

Atributos

Se aplica a