Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option sets the default path used by the MCFileManager, this path should always be above the root path otherwise FileManager will treat this as a possible hack attempt and disable all logic. This path will only be used when the user starts up the FileManager when the user goes to a specific directory that path will be used instead.
Path can be relative or absolute.
$mcFileManagerConfig['filesystem.path'] = "/somedir1/somedir2";
<add key="filesystem.path" value="/somedir1/somedir2" />
filesystem.path=/somedir1/somedir2
Search documentation.