Expand description

Contains the DirEntry struct that represents a directory entry in a hierarchical list.

Structs

  • Represents the directory entry allowed in the hierarchy for the Composite design pattern example. A directory can contain other directories and file entries.