A good file search alogorithm
Hi
I need to do a search on the entire filesystem of my pc and list the mp3 files that are found....can anyone suggest a way to do it.
File.listRoots will give the file system roots.The main doubt i have is in deciding whether to create a file object for every directory that is encountered. Is there a better way to search....also performance is a concern...
pls help

