Click or drag to resize

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
)

Parameters

path1
Type: SystemString
The first path.
path2
Type: SystemString
The second path.

Return Value

Type: String
The combined path.
See Also