Click or drag to resize

DirectoryGetLinkTargetInfo Method (String)

[AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static LinkTargetInfo GetLinkTargetInfo(
	string path
)

Parameters

path
Type: SystemString
The path to the reparse point.

Return Value

Type: LinkTargetInfo
An instance of LinkTargetInfo or SymbolicLinkTargetInfo containing information about the symbolic link or mount point pointed to by path.
Exceptions
See Also