aspose file tools
The moose likes Beginning Java and the fly likes Print out the working directory? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Print out the working directory?" Watch "Print out the working directory?" New topic
Author

Print out the working directory?

Lin Shen
Ranch Hand

Joined: Oct 08, 2003
Posts: 57
Hello, I want to know if there is any java library class has a method such that it can return a String, which contains the program's currnt working directory.
Thanks very much
Wayne L Johnson
Ranch Hand

Joined: Sep 03, 2003
Posts: 399
Look at the java.lang.System class API. Under the "getProperties()" method you will see many of the standard Java properties that are set for you. In particular, you may get what you need with the "user.dir", "user.home" or "java.io.tmpdir" properties.
[ January 07, 2004: Message edited by: Wayne L Johnson ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Print out the working directory?
 
Similar Threads
Exception oin thread "main"
Installing Java problem on nt server
Servlet not running
Changing the working directory
noclassDefFoundError on maven