次の方法で共有


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

戻り値

適用対象