| Author |
subdirectorty in java using FILE I/O
|
Gaurav x Jain
Ranch Hand
Joined: Feb 01, 2011
Posts: 39
|
|
|
How we can create a sub directory in File I/O/?
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14670
|
|
|
Please UseAMeaningfulSubjectLine. You've already made two threads with the same title "FILE I/O". This doesn't tell anything about your problem. You can click the "edit" button of your first post to correct the title.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
Have you looked at the java.io.File documentation?
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
Ralph Cook
Ranch Hand
Joined: May 29, 2005
Posts: 479
|
|
In addition, you might want to read the javadoc on likely classes before posting a question -- such as the mkdir() and mkdirs() methods on java.io.File.
rc
|
 |
 |
|
|
subject: subdirectorty in java using FILE I/O
|
|
|