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