PathCombine Method (String) |
Combines an array of strings into a path.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static string Combine(
params string[] paths
)
Parameters
- paths
- Type: SystemString
An array of parts of the path.
Return Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentException | One of the strings in the array contains one or more of the invalid characters defined in GetInvalidPathChars. |
ArgumentNullException | One of the strings in the array is null. |
See Also