Posted: 21st Aug 2011 9:36
Hi, im trying to make a simple map editor, and evrything is working eccept that I have no idea were the files are saved. I tried the command "GetWritePath" but it didn't return anything. So where does the files save?
Posted: 21st Aug 2011 9:44
On Windows, it's in your My Documents\AGK\(unique app path)\

Due to security restrictions for some devices and app stores they have to put it in a "user's" directory rather than the app's home directory.
Posted: 21st Aug 2011 10:23
Ok, thanks!