System.out.println((new File("")).getAbsolutePath());
File currDir = new File("."); String path = currDir.getAbsolutePath(); System.out.println(path);
No comments:
Post a Comment