Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
public static string Fix(char,string);
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
public static string[] Fix(char,string[]);
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
public static string Fix(string);
Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".
public static string[] Fix(string[]);