I'd like to create a directory in a Download directory (the one which stores all the files I download from web) so I can see it in browser after I plug the mobile into my PC.
File myDirectory = new File(dir, "NewDirectory");
What should be the value of dir?