Module nu_path::dots

source ·

Functions

Expand “.” and “..” into nothing and parent directory, respectively.
Expands any occurence of more than two dots into a sequence of ../ (or ..\ on windows), e.g., “…” into “../..”, “….” into “../../../”, etc.