共用方式為


NSFileManagerDelegate_Extensions.ShouldMoveItemAtPath 方法

定義

public static bool ShouldMoveItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, string srcPath, string dstPath);
static member ShouldMoveItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * string * string -> bool

參數

This
INSFileManagerDelegate

這個擴充方法運作所在的實例。

fileManager
NSFileManager
srcPath
String
dstPath
String

傳回

適用於