An NDoc Documented Class Library

PathUtil.Combine Method (Char, String, String)

Combines two paths.

public static string Combine(
   char separator,
   string pathLeft,
   string pathRight
);

Parameters

separator
pathLeft
Left part of path.
pathRight
Right part of path.

Return Value

Combined path.

See Also

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