NSFileManagerDelegate.ShouldCopyItemAtPath Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ShouldCopyItemAtPath(NSFileManager, NSString, NSString) |
Erstellt eine Kopie dieses Objekts, wobei Arbeitsspeicher aus der angegebenen Zone oder aus der Standardzone zugewiesen wird, wenn das Argument NULL ist. |
ShouldCopyItemAtPath(NSFileManager, String, String) |
ShouldCopyItemAtPath(NSFileManager, NSString, NSString)
Erstellt eine Kopie dieses Objekts, wobei Arbeitsspeicher aus der angegebenen Zone oder aus der Standardzone zugewiesen wird, wenn das Argument NULL ist.
[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
Parameter
- srcPath
- NSString
- dstPath
- NSString
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String