Combines two paths.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static string Combine( string pathLeft, string pathRight ) |
| Visual Basic |
|---|
Public Shared Function Combine ( _ pathLeft As String, _ pathRight As String _ ) As String |
| Visual C++ |
|---|
public: static String^ Combine( String^ pathLeft, String^ pathRight ) |
Parameters
- pathLeft
- Type: System..::..String
Left part of path.
- pathRight
- Type: System..::..String
Right part of path.