Hi, I need help with my big problem: saving and uploading of internal memory Android.
In normal mode, I use for storage. saveTable (table, "data / Table.csv");
but it does not work in android mode.
The problem comes when you need to have access to the subfolders: saveTable (table, "data / folder1 / folder2 / Table.csv");
I never found my problem. How to do it?