I’m testing my game on a Nexus 7 tablet and it’s gotten into a bad save state. I want to copy the save files from the Doccuments folder back to my computer so I can analyze them, but I can’t find them on-device. Where are they stored? Searching for the name of the save files on the entire internal storage returned no results.
Corona saves files in the application’s sandboxed application directory(eg. /data/data/package.name/documents). This is not a directory you can normally access directly.
Corona saves files in the application’s sandboxed application directory(eg. /data/data/package.name/documents). This is not a directory you can normally access directly.
How do i access files that go to documents directory?? because the picture in “screen capture to file” went to /documents, and i dont know how to access that because i would like to upload that screenshot in my facebook.
The documents directory is not a directory you can normally access. What you can do is to modify the sample app so that it takes the saved file and emails that. There is a sample of how to do that in /SampleCode/Networking/ComposeEmailSMS.
How do i access files that go to documents directory?? because the picture in “screen capture to file” went to /documents, and i dont know how to access that because i would like to upload that screenshot in my facebook.
The documents directory is not a directory you can normally access. What you can do is to modify the sample app so that it takes the saved file and emails that. There is a sample of how to do that in /SampleCode/Networking/ComposeEmailSMS.