File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes path problem 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 "path problem" Watch "path problem" New topic
Author

path problem

Shruthi Babu
Ranch Hand

Joined: May 04, 2007
Posts: 54
I have a txt file in folder A/f1.txt and I have another java file in another package. How should I refer the path of the text file in the java file . Any help is highly appreciated.
v ray
Ranch Hand

Joined: Mar 15, 2007
Posts: 223
new File("/A/f1.txt");

This should do I think...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: path problem
 
Similar Threads
find maching files in list
writing path in a file
jar input txt file
IO
Chapter 6 from K&B question 12