Click or drag to resize

FileEnumerateHardlinksTransacted Method (KernelTransaction, String, PathFormat)

[AlphaFS] Creates an enumeration of all the hard links to the specified path.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<string> EnumerateHardlinksTransacted(
	KernelTransaction transaction,
	string path,
	PathFormat pathFormat
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The name of the file.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: IEnumerableString
An enumerable collection of String of all the hard links to the specified path
See Also