Click or drag to resize
DirectoryCreateDirectory Method
Creates all directories and subdirectories as specified by path.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
public override DirectoryInfo CreateDirectory(
	string path
)

Parameters

path
Type: SystemString
Path to create.

Return Value

Type: DirectoryInfo
Exceptions
ExceptionCondition
PathTooLongExceptionpath is too long
ArgumentExceptionpath contains invalid characters
See Also