Click or drag to resize

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.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public long FileIndex { get; }

Property Value

Type: Int64
The unique identifier of the file.
See Also