Hello.
In my project, I want to create my own file like csv.
I create it in CPP and it works fine in Win64.
Now I want to do the same in Android and save it to the Documents folder.
Is it possible?
I can save files to project folders using Misc/Paths.h, but I can’t use the Documents folder in Android to do so.