saving file to /storage/emulated/0/Download/ instead of Download folder

i download a file with download manager, and set the destination of file with path given from this code:

Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS).getAbsolutePath(); 

but the file saves in:

/storage/emulated/0/Download/

not in Download Folder itself.

i have read that Download folder is a link for actual folder /storage/emulated/0/Download/, but the file downloaded is just in this path: /storage/emulated/0/Download/ and not in Download folder!

How can i download my file exactly on Download folder?

7

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like