NSFileManagerDelegate.ShouldCopyItemAtPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ShouldCopyItemAtPath(NSFileManager, NSString, NSString) |
Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is null. |
ShouldCopyItemAtPath(NSFileManager, String, String) |
ShouldCopyItemAtPath(NSFileManager, NSString, NSString)
Creates a copy of this object, allocating memory from the specified zone or from the default zone if the argument is 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
Parameters
- srcPath
- NSString
- dstPath
- NSString
Returns
- Attributes
Applies to
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
Parameters
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String