API Reference
Class
DirEntry
Represents a directory entry inside the compound file.
Inheritance
- Object
- DirEntry
Properties
Name #Name of the entry.
Type #Directory entry type (0 = unknown, 1 = storage, 2 = stream, 5 = root).
Left #Index of the left sibling entry.
Right #Index of the right sibling entry.
Child #Index of the first child entry.
StartSector #Starting sector of the stream associated with this entry.
Size #Size of the stream in bytes.
Parent #Index of the parent directory entry.