Combines an arbitrary number of paths.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public static string Combine( string path1, string path2, params string[] pathN ) |
Visual Basic |
---|
Public Shared Function Combine ( _ path1 As String, _ path2 As String, _ ParamArray pathN As String() _ ) As String |
Visual C++ |
---|
public: static String^ Combine( String^ path1, String^ path2, ... array<String^>^ pathN ) |
Parameters
- path1
- Type: System..::..String
Left part of path.
- path2
- Type: System..::..String
Second-from-left part of path.
- pathN
- Type: array<System..::..String>[]()[][]
Rest of path.