次の方法で共有


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

戻り値

属性

適用対象