Module util

Module util 

Source

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.