Hey folks,

Is there anyway to get the folder name my backtest is going to use from with in my script? 

I am running my backtests locally  and I would like to output a file to review within my backtest folder /strategy_name/backtests/2022-07-23_23-55-32

I understand that You can use the --output option to change the output directory, but I am happy with the current structure of using the current timestamp, but as this is created at the time of the backtest It would be great if I could access this variable so I can output a csv to this dir.