| 
            
              DirectoryBrowserOperationsCombinePath 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.257-beta
Syntaxpublic static string CombinePath(
	string path1,
	string path2
)
Public Shared Function CombinePath ( 
	path1 As String,
	path2 As String
) As String
public:
static String^ CombinePath(
	String^ path1, 
	String^ path2
)
static member CombinePath : 
        path1 : string * 
        path2 : string -> string GSF.Web.Model.HubOperations.DirectoryBrowserOperations.CombinePath = function(path1, path2);
 View SourceParameters
- path1  String
 - The first path to combine.
 - path2  String
 - The second path to combine.
 
Return Value
StringThe combined paths.
See Also