Partager via


NSFileManagerDelegate.ShouldCopyItemAtPath Méthode

Définition

Surcharges

ShouldCopyItemAtPath(NSFileManager, NSString, NSString)

Crée une copie de cet objet, en allouant la mémoire à partir de la zone spécifiée ou de la zone par défaut si l’argument est null.

ShouldCopyItemAtPath(NSFileManager, String, String)

ShouldCopyItemAtPath(NSFileManager, NSString, NSString)

Crée une copie de cet objet, en allouant la mémoire à partir de la zone spécifiée ou de la zone par défaut si l’argument est 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

Paramètres

srcPath
NSString
dstPath
NSString

Retours

Attributs

S’applique à

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

Paramètres

fileManager
NSFileManager
srcPath
String
dstPath
String

Retours

S’applique à