Page 1 of 1

Choose path for history.xml

Posted: 06 Dec 2012, 12:59
by Al_25
Hello,

Is there a possibility/option on command line to choose where file history.xml is saved when renaming ?

Thanks !

Re: Choose path for history.xml

Posted: 06 Dec 2012, 13:34
by rednoah
Where FileBot is storing history/cache/etc is all defined via system properties application.dir and java.io.tmpdir. Just set things up the way you want the in launch script.

Code: Select all

"-Dapplication.dir=path/to/appdata" 
"-Djava.io.tmpdir=path/to/temp"