Share via


NSFileManagerDelegate.ShouldLinkItemAtPath Method

Definition

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

Parameters

fileManager
NSFileManager
srcPath
String
dstPath
String

Returns

Implements

Attributes

Applies to