MCFileManager:Configuration/general.remember last path
From Moxiecode Documentation Wiki
[edit]
Option: general.remember_last_path
If this option is set to true the MCFileManager will remember it's last path by storing it in a cookie. This behavior can be overridden with the JS init option called remember_last_path.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['general.remember_last_path'] = true;
[edit]
Example of usage in the Web.Config file
<add key="general.remember_last_path" value="true" />
