Share via


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

返回

适用于