Click or drag to resize
FileIdBothDirectoryInfoFileIndex Property
The byte offset of the file within the parent directory. This member is undefined for file systems, such as NTFS, in which the position of a file within the parent directory is not fixed and can be changed at any time to maintain sort order.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public uint FileIndex { get; set; }

Property Value

Type: UInt32
See Also