Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2005

Tip: Looking for answers? Try searching our database.

Search directories in Java.

Thread view: 
areynoldsx@hotmail.com - 06 Nov 2005 10:25 GMT
Hi All,

How do I search a directory and subdirectories in java looking for
filenames
matching nominated search criteria.

OFr example,  all files that contain "*foo*" in their name.

Do I use the javax.naming.directory api ?

Thanks.
Adam
Roedy Green - 06 Nov 2005 10:32 GMT
>How do I search a directory and subdirectories in java looking for
>filenames
>matching nominated search criteria.
>
>OFr example,  all files that contain "*foo*" in their name.

You write a recursive method that searches a directory and spawns a
search on each directory it finds.

You use
File.List( FilenameFilter );
to get just the files you want.

See http://mindprod.com/jgloss/file.html
http://mindprod.com/jgloss/filter.html

You might like to use my RegexFilter.
See http://mindprod.com/products1.html#FILTER
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.