| DirectoryHelperCombinePath Method | 
            Combines parts of one path together, handles back slashes. Path ends without backslash.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string CombinePath(
	params string[] paths
)
Parameters
- paths
- Type: SystemString
 Parts to combine
Return Value
Type: 
String See Also
See Also