|
IDirectoryBrowserOperationsCombinePath Method
|
Combines the specified path1 and path2 strings into a single path.
Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax function CombinePath(path1, path2);
Parameters
- path1 String
- The first path to combine.
- path2 String
- The second path to combine.
Return Value
StringThe combined paths.
See Also