DirectoryDeleteDirectoryStructure Method |
Deletes all files in the directory structure. It works also in a shared hosting environment.
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntax public override void DeleteDirectoryStructure(
string path
)
Parameters
- path
- Type: SystemString
Full path of the directory to delete
See Also