| Author |
Access files in folders and sub-folders
|
Mutua Kakinyi
Greenhorn
Joined: Apr 21, 2011
Posts: 7
|
|
I am trying to write a midlet code that lists all files in a folder and its sub-folders, if available, of a given parent folder, say root1. I imagine I need a code that does a recursive traversal of folders and sub-folders. Can some share with me a hint (some codes maybe) on how to start.
Thank you in advance.
Mutua
|
 |
prtk bhardwaj
Greenhorn
Joined: Jun 14, 2011
Posts: 2
|
|
hiii
use browse folder menu of netbeans ide
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4089
|
|
the book im reading right now has an example of doing just that. give me a minute and ill look it up. like you are waiting for me hehe.
as you can see it is indeed recursive.
|
SCJP
|
 |
 |
|
|
subject: Access files in folders and sub-folders
|
|
|