Compartilhar via


NSFileManager.Move Método

Definição

Sobrecargas

Move(NSUrl, NSUrl, NSError)

Tenta de forma síncrona mover o arquivo de srcUrl para dstUrl, retornando êxito ou falha e definindo o parâmetro de erro.

Move(String, String, NSError)

Move(NSUrl, NSUrl, NSError)

Tenta de forma síncrona mover o arquivo de srcUrl para dstUrl, retornando êxito ou falha e definindo o parâmetro de erro.

[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

Retornos

Atributos

Aplica-se 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

Retornos

Atributos

Aplica-se a