# Result folder in gatling

**URL:** https://community.gatling.io/t/result-folder-in-gatling/2655
**Category:** Gatling (Open-Source)
**Created:** [November 4, 2015, 11:05am UTC](https://community.gatling.io/t/result-folder-in-gatling/2655 "2015-11-04T11:05:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![reenaraghav](https://avatars.discourse-cdn.com/v4/letter/r/74df32/32.png) [@reenaraghav](https://community.gatling.io/u/reenaraghav)
#### Post date: [November 4, 2015, 11:05am UTC](https://community.gatling.io/t/result-folder-in-gatling/2655/1 "2015-11-04T11:05:13Z")

</div>

How to modify the result folder name that is currently displayed with some numbers ?  
there is option in conf file to prefix the folder. but how to change the entire result folder name?

---

<div class="post-metadata">

### Author: ![aidylewis](https://avatars.discourse-cdn.com/v4/letter/a/e9a140/32.png) [@aidylewis](https://community.gatling.io/u/aidylewis)
#### Post date: [November 4, 2015, 11:29am UTC](https://community.gatling.io/t/result-folder-in-gatling/2655/2 "2015-11-04T11:29:37Z")

</div>

The results directory contains subdirectories which lowercase the simulation name and append a Unix timestamp. I believe this to be a sensible classification. Can I ask why you would want to change the directory name?

Aidy

---

<div class="post-metadata">

### Author: ![reenaraghav](https://avatars.discourse-cdn.com/v4/letter/r/74df32/32.png) [@reenaraghav](https://community.gatling.io/u/reenaraghav)
#### Post date: [November 4, 2015, 12:12pm UTC](https://community.gatling.io/t/result-folder-in-gatling/2655/3 "2015-11-04T12:12:27Z")

</div>

Hi,  
I have to re-run the simulation multiple times and the folder name with timestamp is difficult for understanding and as per project requirement I need to prefix the reports folder with the simulation name and Timestamp which is more understandable. simulation name can be added by editing the config file"outputDirectoryBaseName =“test”" # The prefix for each simulation result folder (then suffixed by the report generation timestamp)… The report generation timestamp that is suffixed has to be changed to datetime format.

Could you pls help.
