Compartilhar via


NSFileManagerDelegate.ShouldCopyItemAtPath Método

Definição

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

Retornos

Aplica-se a