To get the location of Desktop
System.getProperty("user.home");
To get the location of the current working project directory
System.getProperty("user.dir");
System.getProperty("user.home");
To get the location of the current working project directory
System.getProperty("user.dir");
No comments:
Post a Comment