Hi,
I want to save my game settings to C:\Users\[username]\appdata\Roaming\[gamename]\ in Vista and the similar folder for other operating systems...
I use the dll plugin from the wiki to get the path of this directory but what is the best way to create a folder there, I checked the manual but i could not find anything
Does someone know how to do this...with file_open_write it only writes a file and doesnt create the folder if it doesnt excist...