FileEnumerateHardlinks Method (String, PathFormat) |
[AlphaFS] Creates an enumeration of all the hard links to the specified path.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<string> EnumerateHardlinks(
string path,
PathFormat pathFormat
)
Public Shared Function EnumerateHardlinks (
path As String,
pathFormat As PathFormat
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateHardlinks(
String^ path,
PathFormat pathFormat
)
static member EnumerateHardlinks :
path : string *
pathFormat : PathFormat -> IEnumerable<string>
Parameters
- path
- Type: SystemString
The name of the file. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
IEnumerableStringAn enumerable collection of
String of all the hard links to the specified
pathSee Also