Option: general.tools

This option enables you to specify what tools are to be available. The option should contain a comma separated list of tools to be visible. If you decide to use the imagemanager as well, you need to configure imagemanager.urlprefix option.

Available tools

NameSummary
createdir Create directory icon
createdoc Create document icon
refresh Refresh file list icon
upload Uploads file icon
props File/Directory properties icon
cut Cuts files/directories icon
copy Copy files/directories icon
paste Paste files/directories icon
delete Delete files/directories icon
unzip Upzip icon
edit Edit iconRequires: 3.1
imagemanager Image Manager icon. (integration with the MCImageManager).
separator Separator line

Example of usage in the config.php file

$mcFileManagerConfig['general.tools'] = "refresh,upload,createdir";

Example of usage in the Web.Config file

<add key="general.tools" value="refresh,upload,createdir" />

Example of usage in a mc_access file

general.tools=refresh,upload