Overload List
| Name | Description | |
|---|---|---|
| Fix(String) |
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
| |
| Fix(array<String>[]()[][]) |
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
| |
| Fix(Char, String) |
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
| |
| Fix(Char, array<String>[]()[][]) |
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
|