system.Directory Game Files

My game works great on Windows once I set the window width & height in build settings! Thanks Corona Team. Pretty cool stuff :slight_smile:

Just curious, where are the files that I would normally write-to in system.Directory going? Where are they written on Windows?

Thanks!

You can find out by using system.pathForFile( nil, system.DocumentsDirectory )

It should be C:\Users\<user>\AppData\Roaming\<app name>\Documents

Thanks Michael.

You can find out by using system.pathForFile( nil, system.DocumentsDirectory )

It should be C:\Users\<user>\AppData\Roaming\<app name>\Documents

Thanks Michael.