Method Stdio.simplify_path()
- Method simplify_path
string
simplify_path(string
path
)- Description
Returns a canonic representation of
path
(without /./, /../, // and similar path segments).
string
simplify_path(string
path
)
Returns a canonic representation of path
(without /./, /../, //
and similar path segments).