An NDoc Documented Class Library

PathUtil.Fix Method (Char, String)

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

public static string Fix(
   char separator,
   string path
);

Parameters

separator
path
Path to clean up.

Return Value

Cleaned up path.

See Also

PathUtil Class | EnterpriseDT.Util Namespace | PathUtil.Fix Overload List