> For the complete documentation index, see [llms.txt](https://matt12945.gitbook.io/eft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matt12945.gitbook.io/eft/functions/utility/getdirlist.md).

# utility.getDirList(path)

List all files in a specified directory

**Usage exemple :**

```javascript
utility.getDirList('C:/Battlestate Games/BsgLauncher')
```
