Crate nu_path[][src]

Functions

Resolve all symbolic links and all components (tilde, ., .., …+) and return the path in its absolute form.

Same as canonicalize() but the input path is specified relative to another path

Resolve only path components (tilde, ., .., …+), if possible.

Same as expand_path() but the input path is specified relative to another path

Expand tilde (“~”) into a home directory if it is the first path component

Trim trailing path separator from a string