NSFileManagerDelegate_Extensions.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(INSFileManagerDelegate, 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(INSFileManagerDelegate, NSFileManager, String, String) |
ShouldCopyItemAtPath(INSFileManagerDelegate, 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.
public static bool ShouldCopyItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fm, Foundation.NSString srcPath, Foundation.NSString dstPath);
static member ShouldCopyItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSString * Foundation.NSString -> bool
Parameters
The instance on which this extension method operates.
- srcPath
- NSString
- dstPath
- NSString
Returns
Applies to
ShouldCopyItemAtPath(INSFileManagerDelegate, NSFileManager, String, String)
public static bool ShouldCopyItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, string srcPath, string dstPath);
static member ShouldCopyItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * string * string -> bool
Parameters
The instance on which this extension method operates.
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String