FileEnumerateHardlinksTransacted Method (KernelTransaction, String) |
[AlphaFS] Creates an enumeration of all the hard links to the specified path.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<string> EnumerateHardlinksTransacted(
KernelTransaction transaction,
string path
)
Public Shared Function EnumerateHardlinksTransacted (
transaction As KernelTransaction,
path As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateHardlinksTransacted(
KernelTransaction^ transaction,
String^ path
)
static member EnumerateHardlinksTransacted :
transaction : KernelTransaction *
path : string -> IEnumerable<string>
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The name of the file.
Return Value
Type:
IEnumerableStringAn enumerable collection of
String of all the hard links to the specified
pathExceptions See Also