Expand description
Data types for working with trees of files.
The main type here is FileTree
which represents
such as the file listing for a store path.
Structs§
- File
Tree - This type represents a full tree of files.
- File
Tree Entry - An entry in a file tree is a path to a node paired with that node.
Enums§
Constants§
- ALL_
FILE_ TYPES - This lists all file types that can currently be represented.