Closed satyasz closed 3 months ago
Hi @satyasz. Yes, You can change the output path by setting the following argument "-o". By default, the setting is implicitly set as "-o output", so you can change it to something like "-o output2" and the execution results will be stored in the ./output2 folder. I hope it helps :)
I want to modify the output path dynamically during runtime. Is there a way to do so?
I want to keep a backup of the previous output files. Is there any option for that?
Thank you.