Choose path for history.xml

Any questions? Need some help?
Post Reply
Al_25
Posts: 4
Joined: 23 Nov 2012, 09:06

Choose path for history.xml

Post by Al_25 »

Hello,

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

Thanks !
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Choose path for history.xml

Post 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"
:idea: Please read the FAQ and How to Request Help.
Post Reply