IOUtilitiesPathCombineNoCheck Method (Char, String) |
Combines an array of strings into a path. Parts may not be valid file names.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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