[][src]Function broot::verbs::normalize_path

pub fn normalize_path(path: String) -> String

Improve the path to remove and solve .. token.

This will be removed when this issue is solved: https://github.com/rust-lang/rfcs/issues/2208

Note that this operation might be a little too optimistic in some cases of aliases but it's probably OK in broot.