Поделиться через


NSFileManagerDelegate.ShouldCopyItemAtPath Метод

Определение

Перегрузки

ShouldCopyItemAtPath(NSFileManager, NSString, NSString)

Создает копию этого объекта, выделяя память из указанной зоны или из зоны по умолчанию, если аргумент имеет значение NULL.

ShouldCopyItemAtPath(NSFileManager, String, String)

ShouldCopyItemAtPath(NSFileManager, NSString, NSString)

Создает копию этого объекта, выделяя память из указанной зоны или из зоны по умолчанию, если аргумент имеет значение 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

Параметры

srcPath
NSString
dstPath
NSString

Возвращаемое значение

Атрибуты

Применяется к

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

Параметры

fileManager
NSFileManager
srcPath
String
dstPath
String

Возвращаемое значение

Применяется к