Check out this question.
Use…
String home = System.getProperty("user.home");
File file = new File(home+"/Downloads/" + fileName + ".txt");
Check out this question.
Use…
String home = System.getProperty("user.home");
File file = new File(home+"/Downloads/" + fileName + ".txt");