Edit

Share via


NSFileManagerDelegate.ShouldLinkItemAtUrl(NSFileManager, NSUrl, NSUrl) Method

Definition

[Foundation.Export("fileManager:shouldLinkItemAtURL:toURL:")]
public virtual bool ShouldLinkItemAtUrl (Foundation.NSFileManager fileManager, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
abstract member ShouldLinkItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool
override this.ShouldLinkItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl * Foundation.NSUrl -> bool

Parameters

fileManager
NSFileManager
srcUrl
NSUrl
dstUrl
NSUrl

Returns

Attributes

Applies to