Share via


INSFileManagerDelegate.ShouldCopyItemAtPath Method

Definition

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:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to