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; }
Public Property FileIndex As Long
Get
Set
public:
property long long FileIndex {
long long get ();
void set (long long value);
}
member FileIndex : int64 with get, set
Property Value
Type:
Int64See Also