I need to move files from one location on the users sdcard to another location on the sdcard
Currently I am doing this with File.renameTo
e.g. from sdcard/test/one.txt to sdcard/test2/two.txt
Some users have reported the file move feature is not working.
I came across the link below:
How to copy files from 'assets' folder to sdcard?
So what is the best way to move a file from one directory to another on the sdcard?