ByHandleFileInfoFileIndex Property |
Gets the unique identifier associated with the file. The identifier and the volume serial number uniquely identify a
file on a single computer. To determine whether two open handles represent the same file, combine the identifier
and the volume serial number for each file and compare them.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long FileIndex { get; }
Public ReadOnly Property FileIndex As Long
Get
public:
property long long FileIndex {
long long get ();
}
member FileIndex : int64 with get
Property Value
Type:
Int64The unique identifier of the file.
See Also