Module files

Source
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§

FileTree
This type represents a full tree of files.
FileTreeEntry
An entry in a file tree is a path to a node paired with that node.

Enums§

FileNode
This enum represents a single node in a file tree.
FileType
The type of a file.

Constants§

ALL_FILE_TYPES
This lists all file types that can currently be represented.