Visual Studio - Working Directory

Hi,

would it be possible to replace GetModuleFileName for GetCurrentDirectory in CCFileUtils_win32? My point is that i have some assets. They generally sits in assets directory right next to the exe file. So I need to copy them separately to the debug/release folders in post build event. Wouldn’t it be easier to just set working directory right in visual studio?

I know that there is setResourcePath where can i change the path. But still, i need some workaround and some logic to determine wheather i am running from visual studio or not.

What is your opinion about this feature?

Thanks for your suggestion.
We create issue #489 for it.