IOUtilitiesPathCombineNoCheck Method (Char, String) |
Combines an array of strings into a path. Parts may not be valid file names.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string PathCombineNoCheck(
char separator,
params string[] paths
)
Parameters
- separator
- Type: SystemChar
The part separator character. - paths
- Type: SystemString
An array of parts of the path.
Return Value
Type:
StringThe combined paths.
See Also