Click or drag to resize

FileEnumerateHardlinks Method (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.0
Syntax
public static IEnumerable<string> EnumerateHardlinks(
	string path
)

Parameters

path
Type: SystemString
The name of the file.

Return Value

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