NSFileManagerDelegate.ShouldCopyItemAtPath Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ShouldCopyItemAtPath(NSFileManager, NSString, NSString) |
Cria uma cópia desse objeto, alocando memória da zona especificada ou da zona padrão se o argumento for nulo. |
ShouldCopyItemAtPath(NSFileManager, String, String) |
ShouldCopyItemAtPath(NSFileManager, NSString, NSString)
Cria uma cópia desse objeto, alocando memória da zona especificada ou da zona padrão se o argumento for nulo.
[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
Parâmetros
- srcPath
- NSString
- dstPath
- NSString
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String