An NDoc Documented Class Library

PathUtil.Fix Method (String)

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

public static string Fix(
   string path
);

Parameters

path
Path to clean up.

Return Value

Cleaned up path.

See Also

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