共用方式為


NSFileManager.Move 方法

定義

多載

Move(NSUrl, NSUrl, NSError)

同步嘗試將檔案從 srcUrl 移至 dstUrl,並傳回成功或失敗,並設定錯誤參數。

Move(String, String, NSError)

Move(NSUrl, NSUrl, NSError)

同步嘗試將檔案從 srcUrl 移至 dstUrl,並傳回成功或失敗,並設定錯誤參數。

[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

參數

srcUrl
NSUrl
dstUrl
NSUrl
error
NSError

傳回

屬性

適用於

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

參數

srcPath
String
dstPath
String
error
NSError

傳回

屬性

適用於