MCFileManager:Configuration/filesystem.local.directory mask
From Moxiecode Documentation Wiki
[edit]
Option: filesystem.local.directory_mask
This option enables you to specify the octal chmod mask to apply to all directories created, copied or moved to the target directory. Remember to have the 0 prefix before the mask to specify a octal number.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['filesystem.local.directory_mask'] = "0775";
[edit]
Example of usage in a mc_access file
filesystem.local.directory_mask=0775
