NSFileManager.Move Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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