MCFileManager:Configuration/filesystem.delete recursive
From Moxiecode Documentation Wiki
[edit]
Option: general.delete_recursive
This option is a true/false state if directories containing contents can be deleted or not.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['filesystem.delete_recursive'] = true;
[edit]
Example of usage in the Web.config file
<add key="filesystem.delete_recursive" value="true" />
