View Single Post
  #4 (permalink)  
Old 11-01-2009, 06:41 PM
Fubarable's Avatar
Fubarable Fubarable is offline
Moderator
 
Join Date: Jun 2008
Posts: 6,504
Rep Power: 8
Fubarable is on a distinguished road
Default
What is the "main location" that you're using to look for this file?
What if you do this to find your default user directory? Could your file be located here?
Code:
System.out.println(System.getProperties("user.dir"));
__________________
When posting code, please use code tags so that your code is readable. To do this, place the tag [code] before your block of code and [/code] after your block of code.
How to use Code Tags
Reply With Quote