| DfsPathCombine Method |
Combines two paths.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public static string Combine(
string path1,
string path2
)
Public Shared Function Combine (
path1 As String,
path2 As String
) As String
public:
static String^ Combine(
String^ path1,
String^ path2
)
static member Combine :
path1 : string *
path2 : string -> string
Parameters
- path1
- Type: SystemString
The first path. - path2
- Type: SystemString
The second path.
Return Value
Type:
StringThe combined path.
See Also