NSFileManagerDelegate_Extensions.ShouldLinkItemAtPath Method

Definition

public static bool ShouldLinkItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, string srcPath, string dstPath);
static member ShouldLinkItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * string * string -> bool

Parameters

This
INSFileManagerDelegate

The instance on which this extension method operates.

fileManager
NSFileManager
srcPath
String
dstPath
String

Returns

Applies to