cleanpath

Function cleanpath 

Source
pub fn cleanpath(path: String) -> String
Expand description

Clean/normalize path (no filesystem access) {{ “a/b/../c/./d” | cleanpath }} → “a/c/d”