| DirectoryDelete Method (String) |
Deletes an empty directory.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntaxpublic override void Delete(
string path
)
Parameters
- path
- Type: SystemString
Path to directory
Exceptions| Exception | Condition |
|---|
| PathTooLongException | path is too long |
| ArgumentException | path contains invalid characters |
See Also