FileGetLinkTargetInfo Method (KernelTransaction, 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(
KernelTransaction transaction,
string path,
PathFormat pathFormat
)
Public Shared Function GetLinkTargetInfo (
transaction As KernelTransaction,
path As String,
pathFormat As PathFormat
) As LinkTargetInfo
public:
static LinkTargetInfo^ GetLinkTargetInfo(
KernelTransaction^ transaction,
String^ path,
PathFormat pathFormat
)
static member GetLinkTargetInfo :
transaction : KernelTransaction *
path : string *
pathFormat : PathFormat -> LinkTargetInfo
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - 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