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

返回

适用于