NSFileManagerDelegate.ShouldLinkItemAtPath 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.
[Foundation.Export("fileManager:shouldLinkItemAtPath:toPath:")]
public virtual bool ShouldLinkItemAtPath (Foundation.NSFileManager fileManager, string srcPath, string dstPath);
abstract member ShouldLinkItemAtPath : Foundation.NSFileManager * string * string -> bool
override this.ShouldLinkItemAtPath : Foundation.NSFileManager * string * string -> bool
Parameters
- fileManager
- NSFileManager
- srcPath
- String
- dstPath
- String
Returns
- Attributes