Module virtual_filesystem::util
source · Functions§
- Iterates over all path components.
- Creates all directories by iteratively creating parent directories. Returns an error if the operation fails for any reason other than
AlreadyExists. - Normalizes a path by stripping slashes, resolving backtracking, and using forward slashes.
- Produces an iterator iterating over all parent directories, exclusive of
path.