1
Support and Feedback / Re: Save on exit
« on: July 20, 2013, 15:51:45 »It is because there is some internal conflicts between settings. The error is that it actually is returning to C:\ It should use the last saved paths.
The easiest why to force a startup path is to use commandline parameters.
Yes I have noticed that in ExplorerPanel.xml in current user application data folder there is:
Code: [Select]
<init>
<autoload value="Y">
<param value1="L" value2="C:\"/>
<param value1="R" value2="D:\"/>
</autoload>
</init>
But it does not work.