Share via


NSFileManagerDelegate_Extensions.ShouldCopyItemAtPath Method

Definition

Overloads

Name Description
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.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldCopyItemAtPath(this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fm, Foundation.NSString srcPath, Foundation.NSString dstPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldCopyItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool

Parameters

srcPath
NSString
dstPath
NSString

Returns

Attributes

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