Click or drag to resize

FileGetLinkTargetInfoTransacted 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.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static LinkTargetInfo GetLinkTargetInfoTransacted(
	KernelTransaction transaction,
	string path,
	PathFormat pathFormat
)

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