Click or drag to resize

IOUtilitiesPathCombineNoCheck Method (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
C#
public static string PathCombineNoCheck(
	params string[] paths
)

Parameters

paths
Type: SystemString
An array of parts of the path.

Return Value

Type: String
The combined paths.
See Also