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.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public uint FileIndex { get; set; }
Public Property FileIndex As UInteger
Get
Set
public:
property unsigned int FileIndex {
unsigned int get ();
void set (unsigned int value);
}
member FileIndex : uint32 with get, set
Property Value
Type:
UInt32See Also