Click or drag to resize

DirectoryBrowserOperationsCombinePath Method

Combines the specified path1 and path2 strings into a single path.

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static string CombinePath(
	string path1,
	string path2
)
View Source

Parameters

path1  String
The first path to combine.
path2  String
The second path to combine.

Return Value

String
The combined paths.
See Also