Share via


NSFileManagerDelegate.ShouldCopyItemAtPath Method

Definition

Overloads

Name Description
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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldCopyItemAtPath(Foundation.NSFileManager fm, Foundation.NSString srcPath, Foundation.NSString dstPath);
[<Foundation.Export("fileManager:shouldCopyItemAtPath:toPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

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