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.2
Syntax
public long FileIndex { get; set; }

Property Value

Type: Int64
See Also