Hi guys!
I'm having a problem with my game. Ineed to save the array files (for the savegame function) inside the appdata folder in windows.
Something like this appdata\Company\Game\save
How do I do that?
I just know how to save in appfolder like: Appdrive$+Appdir$+"/DATA/save"
Is anyone know how to do that?
I need this because this way I'll not need to set execution level to administrator in order make my game save stuff even if the game directory is in program files for example. All the save data will be in appdata
Thanks!