MCFileManager:Configuration/filesystem.exclude directory pattern

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.exclude_directory_pattern

This option can be used to exclude all directory names matching the specified regexp pattern.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.exclude_directory_pattern'] = "/^notthis$|^notthat$/i";

Example of usage in the Web.Config file

<add key="filesystem.exclude_directory_pattern" value="/^notthis$|^notthat$/i" />

Example of usage in a mc_access file

filesystem.exclude_directory_pattern=/^notthis$|^notthat$/i
Personal tools