Expand description
Utility methods for creating and manipulating UTF-8 paths.
Traits§
- Path
ToString Ext - Extension trait for getting a String from a Path.
Functions§
- normalize_
path - Given a path with internal
.
and..
, normalize out those path segments. - path_
relative_ from - Helper to make one path relative to a directory.
- path_
relative_ from_ current_ dir - Helper to convert an absolute path into a path relative to the current directory
- path_
relative_ from_ file - Helper to make a path relative to the path to a file. This is the same as [path_relative_from(file.parent()?)]
- resolve_
path - Helper to resolve a path that’s relative to some other path into a normalized path.
- resolve_
path_ from_ file - Helper to resolve a path that’s relative to some other path into a normalized path.