2.5 File Info Structure

A file is composed of a file entry structure (FileEntry) and a linked list of file extent information structures (FileInfo). The contents of the file are the concatenated extents, pointed to by ExtentPtr, of the valid FileEntry and all valid FileInfo structures.

struct FileInfo
{
word Status
dword ExtentPtr
dword PrimaryPtr
dword SecondaryPtr
byte Attrib
word Time
word Date
word VarStructLen
word UncompressedExtentLen
word CompressedExtentLen
}