Click or drag to resize
DirectoryCreateDiskDirectoryStructure Method
Creates directory structure on disk for given path.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public static void CreateDiskDirectoryStructure(
	string path
)

Parameters

path
Type: SystemString
Path with temporary file.
See Also