Share via


NSFileManagerDelegate.ShouldMoveItemAtPath 方法

定义

[Foundation.Export("fileManager:shouldMoveItemAtPath:toPath:")]
public virtual bool ShouldMoveItemAtPath (Foundation.NSFileManager fileManager, string srcPath, string dstPath);
abstract member ShouldMoveItemAtPath : Foundation.NSFileManager * string * string -> bool
override this.ShouldMoveItemAtPath : Foundation.NSFileManager * string * string -> bool

参数

fileManager
NSFileManager
srcPath
String
dstPath
String

返回

属性

适用于