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 as an array of strings where each string is a single directory.

Return Value

Cleaned up path.

See Also

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