Hi guys,

I searched thru this BBS about searching thru subdirs and I didn't really understand the code that people wrote.

I saw various examples by 'Aaron Young' and 'Kedaman', but I didn't understand exactly what went on in those code snippets and how to implement it in my program.

Here's what my program is supposed to do and what I don't understand how to do:

My program is going to search thru a Directory and it's child sub-directories looking for MP3 files. Once it finds an mp3 file, it will extract the ID3Tag (got that working thanks to Kedaman) and store it in the database.

Now what I don't understand is how to make the program search thru directories and find the mp3 file, extract/store the ID3 tag, and then continue searching for other mp3s and then do the same thing...reapeating until it finds no more files.

Again, I saw the examples but I think they showed only how to search for directories and subdirectories.

Thanks.
please help?

[Edited by madd indian on 05-29-2000 at 06:10 PM]