Click or drag to resize
DirectoryCreateDirectoryStructure Method
Creates directory structure for given path.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public static void CreateDirectoryStructure(
	string path
)

Parameters

path
Type: SystemString
Path with temporary file.
See Also