| Author |
how to Create a directory
|
Ramesh R G V S
Greenhorn
Joined: Apr 20, 2002
Posts: 18
|
|
Hi All I want to create a directory through java.is there any way to do this??? Ramesh
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
Look at the java.io.File class. Methods mkdir/mkdirs. -Barry BTW did you solve your StringTokenizer problem? [ December 28, 2002: Message edited by: Barry Gaunt ] [ December 28, 2002: Message edited by: Barry Gaunt ]
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: how to Create a directory
|
|
|