DirectoryCreateDirectoryStructure Method |
Creates directory structure for given path.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public static void CreateDirectoryStructure(
string path
)
Parameters
- path
- Type: SystemString
Path with temporary file.
See Also