NSFileManagerDelegate.ShouldCopyItemAtUrl(NSFileManager, NSUrl, NSUrl) Method

Definition

[Foundation.Export("fileManager:shouldCopyItemAtURL:toURL:")]
public virtual bool ShouldCopyItemAtUrl (Foundation.NSFileManager fm, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
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

Attributes

Applies to