Deletes an empty directory and, if indicated, any subdirectories and files in the directory.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- path
- Type: System String
Path to directory
- recursive
- Type: System Boolean
Deletes all sub directories in given path.
See Also