Functionsยง
- component_
iter - Iterates over all path components.
- create_
dir_ all - Creates all directories by iteratively creating parent directories. Returns an error if the operation fails for
any reason other than
AlreadyExists. - normalize_
path - Normalizes a path by stripping slashes, resolving backtracking, and using forward slashes.
- parent_
iter - Produces an iterator iterating over all parent directories, exclusive of
path.