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

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

Parameters

path
Type: SystemString
Path to create.

Return Value

Type: DirectoryInfo
See Also