FileGetLinkTargetInfo Method (String, PathFormat) |
[AlphaFS] Gets information about the target of a mount point or symbolic link on an NTFS file system.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static LinkTargetInfo GetLinkTargetInfo(
string path,
PathFormat pathFormat
)
Public Shared Function GetLinkTargetInfo (
path As String,
pathFormat As PathFormat
) As LinkTargetInfo
public:
static LinkTargetInfo^ GetLinkTargetInfo(
String^ path,
PathFormat pathFormat
)
static member GetLinkTargetInfo :
path : string *
pathFormat : PathFormat -> LinkTargetInfo
Parameters
- path
- Type: SystemString
The path to the reparse point. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
LinkTargetInfo
An instance of
LinkTargetInfo or
SymbolicLinkTargetInfo containing information about the symbolic link
or mount point pointed to by
path.
See Also