Click or drag to resize

IDirectoryBrowserOperationsCreatePath 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
void CreatePath(
	string path
)

Parameters

path  String
The directory to create.
See Also