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.2
Syntax public static IEnumerable<string> EnumerateHardlinks(
string path
)
Public Shared Function EnumerateHardlinks (
path As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateHardlinks(
String^ path
)
static member EnumerateHardlinks :
path : string -> IEnumerable<string>
Parameters
- 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