다음을 통해 공유


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

반환

특성

적용 대상