Partager via


NSFileManager.Move Méthode

Définition

Surcharges

Move(NSUrl, NSUrl, NSError)

Tente de manière synchrone de déplacer le fichier de srcUrl vers dstUrl, en retournant la réussite ou l’échec et en définissant le paramètre d’erreur.

Move(String, String, NSError)

Move(NSUrl, NSUrl, NSError)

Tente de manière synchrone de déplacer le fichier de srcUrl vers dstUrl, en retournant la réussite ou l’échec et en définissant le paramètre d’erreur.

[Foundation.Export("moveItemAtURL:toURL:error:")]
public virtual bool Move (Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl, out Foundation.NSError error);
abstract member Move : Foundation.NSUrl * Foundation.NSUrl *  -> bool
override this.Move : Foundation.NSUrl * Foundation.NSUrl *  -> bool

Paramètres

srcUrl
NSUrl
dstUrl
NSUrl
error
NSError

Retours

Attributs

S’applique à

Move(String, String, NSError)

[Foundation.Export("moveItemAtPath:toPath:error:")]
public virtual bool Move (string srcPath, string dstPath, out Foundation.NSError error);
abstract member Move : string * string *  -> bool
override this.Move : string * string *  -> bool

Paramètres

srcPath
String
dstPath
String
error
NSError

Retours

Attributs

S’applique à