The DocumentsDirectory will never be part of the compiled package right?

Just to clarify, whatever I save into system.DocumentsDirectory during development won’t be packaged within the live app’s DocumentsDirectory once I submit the thing, right? Presumably it always starts empty for users?

Thanks! [import]uid: 10284 topic_id: 7583 reply_id: 307583[/import]

I can not reply on packaging. I do not think dev/device info is published? Easy to test if you compile to your device?

You should see the effect. Add a clear score/whatever option to check on device? Hope this helps

PS: When you pack, make sure only the stuff that you want is there. Corona will take all your assets (as does XCode etc), remember to look at REQUIRE as well. It is easy in the dev cycle to accumulate stuff in your folder.

Clear it when you publish! I typically open a folder called MyGameASSETS. to drop my graphics etc. It is NOT a sub-folder. Separate form the dev root. [import]uid: 8576 topic_id: 7583 reply_id: 26913[/import]