| IFileSystemPathUtilityCombine Method |
Combines two paths.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax string Combine(
string path1,
string path2
)
Function Combine (
path1 As String,
path2 As String
) As String
String^ Combine(
String^ path1,
String^ path2
)
abstract 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