how do I create a folder in the dir that the java app is running it?
I want my java app to create a folder according to user input in thd dir that the app is running in. i can get it to create files,but no luck on the folder... I have been searching through the API, but no luck there either...
that's perfect... still need to fiddle with the entire path, etc. but that's what I was looking for... funny thing is.. I was looking at the methods of a file object just when I checked back here!
thanks
-Z
btw... how did you find that page that you sent me? so I can find stuff like that on my own next time?
I found it on Google. But I searched for creating a directory, not a folder. Surprisingly, that's the only example that I found, and it was the first hit I think.