I want to access my current working directory using Java. My code: String currentPath = new java.io.File(".").getCanonicalPath(); System.out.println("Current dir:" + currentPath); String currentDir ...
-
April 13, 2022
- 0 Comments