Share via


NSFileManagerDelegate.ShouldCopyItemAtUrl(NSFileManager, NSUrl, NSUrl) Method

Definition

[Foundation.Export("fileManager:shouldCopyItemAtURL:toURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldCopyItemAtUrl(Foundation.NSFileManager fm, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
[<Foundation.Export("fileManager:shouldCopyItemAtURL:toURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldCopyItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool
override this.ShouldCopyItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool

Parameters

srcUrl
NSUrl
dstUrl
NSUrl

Returns

Implements

Attributes

Applies to