| 
            
              IDirectoryBrowserOperationsCreatePath Method
             | 
          
        
        
            Creates all directories and subdirectories in the specified path unless they already exist.
            
        
        Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxvoid CreatePath(
	string path
)
Sub CreatePath ( 
	path As String
)
void CreatePath(
	String^ path
)
abstract CreatePath : 
        path : string -> unit function CreatePath(path);
Parameters
- path  String
 - The directory to create.
 
See Also