| Author |
How to search for text files inside a folder ?
|
Rahul Sudip Bose
Ranch Hand
Joined: Jan 21, 2011
Posts: 637
|
|
I want to :
1.Search for a TEXT file with a particular name inside a folder.
2.Store the name of this file in a string inside any java program.
Can you guide me ?
|
SCJP 6. Learning more now.
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
Take a look at the File class
|
Joanne
|
 |
Shawn Smith
Ranch Hand
Joined: Feb 22, 2011
Posts: 41
|
|
You can try something like
Though this won't give you a recursive answer, you can certainly build up a looping construct that will.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
Hi Shawn, welcome to the Ranch, and thanks for contributing!
Just one little thing... I added the "code tags" to your code. See how much more readable it is? All you have to do when you're posting code is to highlight the code and click the "Code" button which is above the box you're posting in.
|
 |
 |
|
|
subject: How to search for text files inside a folder ?
|
|
|