Click or drag to resize

DirectoryBrowserOperationsCreatePath Method

Creates all directories and subdirectories in the specified path unless they already exist.

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static void CreatePath(
	string path
)
View Source

Parameters

path  String
The directory to create.
See Also