Copy folder on Android...
Posted: Mon Nov 07, 2016 5:20 am
I want to copy a folder from my apps sandboxed folder to the sdcard so the user can back up their data.
I saw revCopyFolder in the dictionary, which looked perfect, until I realized it doesn't work on Android.
Is there something similar for Android? If I want to copy a folder from my app to the sdcard what is the best way?
I can use to create a folder on the sdcard, but how can I copy an entire folder and its contents to the SD card from my app's folder?
Thanks for any advice or suggestions,
TJ.
I saw revCopyFolder in the dictionary, which looked perfect, until I realized it doesn't work on Android.
Is there something similar for Android? If I want to copy a folder from my app to the sdcard what is the best way?
I can use
Code: Select all
create folder "/mnt/sdcard/test333"
Thanks for any advice or suggestions,
TJ.