Expand description
Contains functions for working with the filesystem.
Functionsยง
- ensure_
dir_ exists - Ensures that the directory at the given path exists, creating it if necessary.
- ensure_
parent_ dir_ exists - Ensures that the parent directory of the given path exists, creating it if necessary.
- remove_
dir_ all_ if_ exists - Removes the directory and its contents at the given path if it exists.
- remove_
file_ if_ exists - Removes the file at the given path if it exists.