| Author |
how can i create a java program to view the contents of a dir?
|
thangam malathy sharmi
Greenhorn
Joined: Feb 03, 2005
Posts: 2
|
|
how can i create a java program to view the contents of a dir? for example if i require like [root] [dir name ="xyz"] [file]f1.doc[/file] [file]f2.doc[/file] [dir name="abc"] [file]f3.doc[/file] [/dir] [/dir] [/root] regards sharmi
|
 |
Vijay Vaddem
Ranch Hand
Joined: Feb 13, 2004
Posts: 243
|
|
Go through this File and then, use methods... isDirectory isFile and list ... Lets us know your progress ....... Cheers, Vijay
|
 |
 |
|
|
subject: how can i create a java program to view the contents of a dir?
|
|
|