Published
- 1 min read
java get current directory
The solution for this is noted below
java get current directory
Solution
System.getProperty("user.dir"));
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
System.getProperty("user.dir"));
Try other methods by searching on the site. That is if this doesn’t work