Expand description
The Dir module is a helper for file system directory management.
Structs§
- The result of the
read_dir
function.
Functions§
- Checks if the given path is a directory.
- Reads a directory. Can perform recursive operations.
- Runs a closure with a temp dir argument.