I want to move file from internal storage to sd card. I've tried with Environment.getExternalStorageDirectory()
but it's moving internal storage only.
I've used below code:
ContextCompat.getExternalFilesDirs(mActivity, null)[0]
but it's moving in package folder
/storage/emulated/0/Android/data/com.unzipdemo/files/MyFileStorage/SampleFile.txt
I want to move files in a specific folder name. Can you please help me to solve it.
Try this method
copyDirectoryOneLocationToAnotherLocation()
NOTE :- After copying delete the source file