Click or drag to resize
PathCombine Method (String, String)
Combines two strings into a path.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string Combine(
	string path1,
	string path2
)

Parameters

path1
Type: SystemString
First path
path2
Type: SystemString
Second path

Return Value

Type: String
See Also