NSFileManagerDelegate.ShouldCopyItemAtPath Method

Definition

Overloads

ShouldCopyItemAtPath(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(NSFileManager, String, String)

ShouldCopyItemAtPath(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.

[Foundation.Export("fileManager:shouldCopyItemAtPath:toPath:")]
public virtual bool ShouldCopyItemAtPath (Foundation.NSFileManager fm, Foundation.NSString srcPath, Foundation.NSString dstPath);
abstract member ShouldCopyItemAtPath : Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool
override this.ShouldCopyItemAtPath : Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool

Parameters

srcPath
NSString
dstPath
NSString

Returns

Attributes

Applies to

ShouldCopyItemAtPath(NSFileManager, String, String)

public virtual bool ShouldCopyItemAtPath (Foundation.NSFileManager fileManager, string srcPath, string dstPath);
abstract member ShouldCopyItemAtPath : Foundation.NSFileManager * string * string -> bool
override this.ShouldCopyItemAtPath : Foundation.NSFileManager * string * string -> bool

Parameters

fileManager
NSFileManager
srcPath
String
dstPath
String

Returns

Applies to