pub fn cleanpath(path: String) -> String
Clean/normalize path (no filesystem access) {{ “a/b/../c/./d” | cleanpath }} → “a/c/d”