| 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...
|
 |
 |
|
|
subject: path problem
|
|
|