i want to an application which can let me transfer csv file from/to TinyDB.
I have now trouble that can not create filles in my Android,
Please help me .
Your file is stored in the ASD - application specific directory of your app
To store it in shared storage, set file scope to Legacy and use filename /Download/test csv to find your file in shared storage /Download
However you have to consider Some basics on Android storage system which means, if you modify your csv file outside of your app and later want to read it again, you have to use SAF
Taifun
Dear Taifun,
Your advice solve my trouble easily.
Thank you very much.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
