PathCombine Method (String, String) |
Combines two strings into a path.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static string Combine(
string path1,
string path2
)
Parameters
- path1
- Type: SystemString
First path - path2
- Type: SystemString
Second path
Return Value
Type:
StringSee Also