Thread
:
java.util.Formatter doesnt seem to create a file for me incase I dont have one..
View Single Post
#
4
(
permalink
)
11-01-2009, 06:41 PM
Fubarable
Moderator
Join Date: Jun 2008
Posts: 6,504
Rep Power:
8
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
Fubarable
View Public Profile
Send a private message to Fubarable
Find all posts by Fubarable