NSFileManagerDelegate.ShouldLinkItemAtPath Method

Definition

[Foundation.Export("fileManager:shouldLinkItemAtPath:toPath:")]
public virtual bool ShouldLinkItemAtPath (Foundation.NSFileManager fileManager, string srcPath, string dstPath);
abstract member ShouldLinkItemAtPath : Foundation.NSFileManager * string * string -> bool
override this.ShouldLinkItemAtPath : Foundation.NSFileManager * string * string -> bool

Parameters

fileManager
NSFileManager
srcPath
String
dstPath
String

Returns

Attributes

Applies to