NSFileManagerDelegate_Extensions.ShouldCopyItemAtPath Method

Definition

Overloads

ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, NSString, NSString)

Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null.

ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, String, String)

ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, NSString, NSString)

Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null.

public static bool ShouldCopyItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fm, Foundation.NSString srcPath, Foundation.NSString dstPath);
static member ShouldCopyItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool

Parameters

This
INSFileManagerDelegate

The instance on which this extension method operates.

srcPath
NSString
dstPath
NSString

Returns

Applies to

ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, String, String)

public static bool ShouldCopyItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, string srcPath, string dstPath);
static member ShouldCopyItemAtPath : 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