Java Best practices
Monday, 18 April 2011
Finding the current working directory in java
The current directory can be found using getProperty() method.
String curDir = System.getProperty("user.dir")
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment