Share via


NSFileManagerDelegate.ShouldMoveItemAtPath Method

Definition

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

Parameters

fileManager
NSFileManager
srcPath
String
dstPath
String

Returns

Implements

Attributes

Applies to