robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..PathCombine Method

Combines an array of strings into a path (file path).

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string PathCombine(
	params string[] paths
)
Public Shared Function PathCombine ( _
	ParamArray paths As String() _
) As String
public:
static String^ PathCombine(
	... array<String^>^ paths
)

Parameters

paths
Type: array<String>[]()[][]
The path array.

Return Value

path.