NSFileManagerDelegate.ShouldMoveItemAtPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Parameters
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String
Returns
- Attributes