Hi Android experts,
how do I copy files from my system.DocumentDirectory onto the PC ?
The only way I know if is to write a LUA program that reads and copies the file.
I tried
- adb shell command. I didn’t find a shell command to copy files. No copy/mode
- ES File explorer : tool couldn’t access the /data/data/…/app_data directory that system.DocumentDirectory pointed to
Any other easy way of doing this ?
Thanks
Frank