NSFileManager.Move Método

Definición

Sobrecargas

Move(NSUrl, NSUrl, NSError)

Intenta mover el archivo de srcUrl de forma sincrónica a dstUrl, devolviendo success o failure y estableciendo el parámetro error.

Move(String, String, NSError)

Move(NSUrl, NSUrl, NSError)

Intenta mover el archivo de srcUrl de forma sincrónica a dstUrl, devolviendo success o failure y estableciendo el parámetro error.

[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

Parámetros

srcUrl
NSUrl
dstUrl
NSUrl
error
NSError

Devoluciones

Atributos

Se aplica 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

Parámetros

srcPath
String
dstPath
String
error
NSError

Devoluciones

Atributos

Se aplica a