An NDoc Documented Class Library

PathUtil.Combine Method (String, String)

Combines two paths.

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

Parameters

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