NSFileManager.Move Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Move(NSUrl, NSUrl, NSError) |
Tenta in modo sincrono di spostare il file da srcUrl a dstUrl, restituendo esito positivo o negativo e impostando il parametro di errore. |
Move(String, String, NSError) |
Move(NSUrl, NSUrl, NSError)
Tenta in modo sincrono di spostare il file da srcUrl a dstUrl, restituendo esito positivo o negativo e impostando il parametro di errore.
[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
Parametri
- srcUrl
- NSUrl
- dstUrl
- NSUrl
- error
- NSError
Restituisce
- Attributi
Si applica a
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
Parametri
- srcPath
- String
- dstPath
- String
- error
- NSError
Restituisce
- Attributi