Currently I am working in project where I need to parse a remote text file and store it in local storage (internal/external). I am able to parse the text file but unable to
File myFile = new File("sdcard/mysdfile.txt");
Should be changed to
File myFile = new File("/mnt/sdcard/mysdfile.txt");