About Save and Load Data+ (where can I find data's location?)

Since I am new to the program, I feel uneasy about save and load system.

My game is not complicated. I found the article about save and load like, using SQLite, corona document, crawlspaceLib.

I do not know what is the best choice for me.
If all of I mentioned are equality in terms of performance (speed and memory…), corona document/crawlspaceLib is better since they saved in .txt.

But I do not know where I can found “data.txt” in Window7 or MAC. Could someone please tell me? [import]uid: 65906 topic_id: 15873 reply_id: 315873[/import]

Hello,
Your data.txt is located here on a Mac.

/Users/(your username)/Library/Application Support/Corona Simulator/
[import]uid: 17138 topic_id: 15873 reply_id: 58677[/import]

@Khaodik

Thanks FYI.
Where the location of data.txt in window?
Can anybody help? [import]uid: 65906 topic_id: 15873 reply_id: 58709[/import]

If you start the “Sample Code/Storage/FileDemo” you get displayed the place of the created file.
Other way: Start your application and use the simulator menu for “Show Project in Sandbox”.

Here under Win7 it is:

C:\Users\MyName\AppData\Roaming\Ansca\Corona Simulator\Sandbox\FileDemo-aBigNumber\Documents [import]uid: 70114 topic_id: 15873 reply_id: 58720[/import]

Thanks ! [import]uid: 65906 topic_id: 15873 reply_id: 58865[/import]