aspose file tools
The moose likes Beginning Java and the fly likes getting the File from Current 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 "getting the File from Current directory" Watch "getting the File from Current directory" New topic
Author

getting the File from Current directory

Chiranjeevi Kanthraj
Ranch Hand

Joined: Feb 18, 2008
Posts: 283

Hi
i have a file in folder called /util/xx.txt

my code is running in /run/runing.java

how can i get the file xx.txt from my code
[ June 08, 2008: Message edited by: Chiru Raj ]

-Chiru
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
By using an absolute path: new File("/util/xx.txt")


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: getting the File from Current directory
 
Similar Threads
RandomAccessFile
Struts on TomCat
read a Double from a File
file name matters ?
Struts on TomCat