| Author |
How to create a directory using File class?
|
Jess Ishasder
Greenhorn
Joined: Feb 19, 2002
Posts: 21
|
posted

0
|
I would like to create a directory, and store newly created files in it. How can I do that? I only know how to create a file Thank you for your help!
|
 |
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
|
|
Check the JDK API documentation on File, I believe something there might be able to help. (At least if I recall right)
|
I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
|
 |
Gabrielle Pieck
Greenhorn
Joined: Feb 20, 2002
Posts: 3
|
|
Have a look in Class File, method mkdir. Good luck, Gabrielle
|
 |
 |
|
|
subject: How to create a directory using File class?
|
|
|