NSFileManagerDelegate.ShouldCopyItemAtPath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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