Overload List

  NameDescription
Public methodStatic memberFix(String)
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
Public methodStatic memberFix(array<String>[]()[][])
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
Public methodStatic memberFix(Char, String)
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
Public methodStatic memberFix(Char, array<String>[]()[][])
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".

See Also