An NDoc Documented Class Library

PathUtil.Fix Method

Cleans up a path such that, for example, "/A/B/../C" becomes "/A/C".

Overload List

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[]);

See Also

PathUtil Class | EnterpriseDT.Util Namespace