NSFileManager.GetSymbolicLinkDestination(String, NSError) 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.
The path to which the symbolic link points.
[Foundation.Export("destinationOfSymbolicLinkAtPath:error:")]
public virtual string GetSymbolicLinkDestination (string path, out Foundation.NSError error);
abstract member GetSymbolicLinkDestination : string * -> string
override this.GetSymbolicLinkDestination : string * -> string
Parameters
- path
- String
- error
- NSError
Returns
- Attributes