MCFileManager:Configuration/createdir.invalid directory name msg
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: createdir.invalid_directory_name_msg
This options gives you the ability to change the error message that is displayed to the user if the regexp patterns denies the directory name.
This can be very useful if the user needs to understand how the regexp pattern works and why the name is invalid.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['createdir.invalid_directory_name_msg'] = "Error: The name of the directory is invalid.";
[edit]
Example of usage in the Web.Config file
<add key="createdir.invalid_directory_name_msg" value="Error: The name of the directory is invalid." />
[edit]
Example of usage in a mc_access file
createdir.invalid_directory_name_msg=Error: The name of the directory is invalid.
