An NDoc Documented Class Library

PathUtil.Combine Method (Char, String, String, String[])

Combines an arbitrary number of paths.

public static string Combine(
   char separator,
   string path1,
   string path2,
   params string[] pathN
);

Parameters

separator
path1
Left part of path.
path2
Second-from-left part of path.
pathN
Rest of path.

Return Value

Combined path.

See Also

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