|
DirectoryBrowserOperationsCreatePath 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.207-beta
Syntax public static void CreatePath(
string path
)
Public Shared Sub CreatePath (
path As String
)
public:
static void CreatePath(
String^ path
)
static member CreatePath :
path : string -> unit
GSF.Web.Model.HubOperations.DirectoryBrowserOperations.CreatePath = function(path);
View SourceParameters
- path String
- The directory to create.
See Also