MCFileManager:Configuration/rename.include file pattern

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: rename.include_file_pattern

This option can be used to exclude all file names but those matching the specified regexp pattern.

Example of usage in the config.php file

$mcFileManagerConfig['rename.include_file_pattern'] = "/^onlythis$|^onlythat$/i";

Example of usage in the Web.Config file

<add key="rename.include_file_pattern" value="/^onlythis$|^onlythat$/i" />

Example of usage in a mc_access file

rename.include_file_pattern=/^onlythis$|^onlythat$/i
Personal tools