Partager via


NSFileManager.CreateSymbolicLink Méthode

Définition

Surcharges

CreateSymbolicLink(NSUrl, NSUrl, NSError)

Tente de créer le lien symbolique spécifié, de renvoyer la réussite ou l’échec et l’erreur d’encodage (le cas échéant) en erreur.

CreateSymbolicLink(String, String, NSError)

CreateSymbolicLink(NSUrl, NSUrl, NSError)

Tente de créer le lien symbolique spécifié, de renvoyer la réussite ou l’échec et l’erreur d’encodage (le cas échéant) en erreur.

[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

Paramètres

url
NSUrl
destURL
NSUrl
error
NSError

Retours

Attributs

S’applique à

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

Paramètres

path
String
destPath
String
error
NSError

Retours

Attributs

S’applique à