# Wrong capitalisation in EventDescription::getPath FMOD APi

**URL:** https://qa.fmod.com/t/wrong-capitalisation-in-eventdescription-getpath-fmod-api/16698
**Category:** FMOD Engine
**Created:** [January 28, 2021, 9:28am UTC](https://qa.fmod.com/t/wrong-capitalisation-in-eventdescription-getpath-fmod-api/16698 "2021-01-28T09:28:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![midday](https://avatars.discourse-cdn.com/v4/letter/m/779978/32.png) [@midday](https://qa.fmod.com/u/midday)
#### Post date: [January 28, 2021, 9:28am UTC](https://qa.fmod.com/t/wrong-capitalisation-in-eventdescription-getpath-fmod-api/16698/1 "2021-01-28T09:28:36Z")

</div>

const int maxPathLength = 1024;  
char path[maxPathLength];  
event-\>getPath(path, maxPathLength, nullptr);

In this case some paths looks like this:  
event:/Effects/test/Static\_events/etc…  
But in FMOD-studio is looks like this  
event:/Effects/test/static\_events/etc…

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [February 3, 2021, 12:38am UTC](https://qa.fmod.com/t/wrong-capitalisation-in-eventdescription-getpath-fmod-api/16698/2 "2021-02-03T00:38:00Z")

</div>

This is definitely a bug. It looks like it’s affecting the folder names rather than the events themselves, but it will still be worth fixing. Thank you for bringing this to our attention.
