Do not append log file?
Posted: 31 Mar 2016, 05:02
Currently, when I write to a log file it appends the file if it exists.
Is it possible to overwrite the file instead?
Is it possible to overwrite the file instead?
Eh, you mean to simply delete the file before it is written again?rednoah wrote:No, but you can do an rm /path/to/log in the script that calls filebot.
EDIT: del on Windows
That will probably work. I had actually planned to do exactly that in my "Automate" script that runs the Filebot suball script.rednoah wrote:Pretty much. Do you have any objections with that?