Monday 5 December 2011

Getting the Current Working Directory in Java

String curDir = System.getProperty("user.dir");

No comments: