Expand description
Misc filesystem related helpers for use by bootstrap and tools.
Functionsยง
- ignore_
not_ found - Helper to ignore
std::io::ErrorKind::NotFound, but still propagate otherstd::io::ErrorKinds. - recursive_
remove - A wrapper around
std::fs::remove_dir_allthat can also be used on non-directory entries, including files and symbolic links. - remove_
and_ create_ dir_ all - try_
remove_ ๐op_ set_ perms