Hello,
Is there a possibility/option on command line to choose where file history.xml is saved when renaming ?
Thanks !
Choose path for history.xml
Re: Choose path for history.xml
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"