Erstellen Sie eine Datei in Java im User Home
String path = System.getProperty("user.home") + File.separator + "Documents";
File customDir = new File(path);
Black Bug
String path = System.getProperty("user.home") + File.separator + "Documents";
File customDir = new File(path);