I was building a script to automatically generate reports for the last test result directory. I sent gatling an absolute path to the folder. It tried to pre-pend the results directory.
While I can easily just send it a folder name, and I will, it occurs to me that the code could check to see if the passed in string is a results folder before assuming that it needs to prepend the results directory.