DirectoryGetFileIdInfo Method (String) |
[AlphaFS] Gets the unique identifier for a directory. The identifier is composed of a 64-bit volume serial number and 128-bit file system entry identifier.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static FileIdInfo GetFileIdInfo(
string path
)
Public Shared Function GetFileIdInfo (
path As String
) As FileIdInfo
public:
static FileIdInfo GetFileIdInfo(
String^ path
)
static member GetFileIdInfo :
path : string -> FileIdInfo
Parameters
- path
- Type: SystemString
The path to the directory.
Return Value
Type:
FileIdInfo[Missing <returns> documentation for "M:Alphaleonis.Win32.Filesystem.Directory.GetFileIdInfo(System.String)"]
Remarks Directory IDs are not guaranteed to be unique over time, because file systems are free to reuse them. In some cases, the file ID for a directory can change over time.
See Also