How to save XML file to SD Card
Posted: Sat Aug 25, 2018 5:49 pm
Hello
I found many informations on the internet about this problem but nothing works.
Maybe someone can help me.
My app is creating a XML file and I can save it on my Android Tablet to the internal storage with this code.
put textencode(tXMLFinal,"UTF8") into URL ("file:/mnt/sdcard/documents/Test.xml")
I am confused about this, because I use sdcard and the file is not on the sd card. It is on the internal storage.
I tryed different code with sdcard2, external and so on, but nothing!
How can I solve this problem.
The app is on Android 4.1, the Tablet is Android 7
But I think this should not be the problem.
Thanks Texter
I found many informations on the internet about this problem but nothing works.
Maybe someone can help me.
My app is creating a XML file and I can save it on my Android Tablet to the internal storage with this code.
put textencode(tXMLFinal,"UTF8") into URL ("file:/mnt/sdcard/documents/Test.xml")
I am confused about this, because I use sdcard and the file is not on the sd card. It is on the internal storage.
I tryed different code with sdcard2, external and so on, but nothing!
How can I solve this problem.
The app is on Android 4.1, the Tablet is Android 7
But I think this should not be the problem.
Thanks Texter