Method Stdio.simplify_path()
- Method simplify_path
stringsimplify_path(stringpath)- 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).