I have MP3s stored in random places throughout my computer. I would like to just delete all of these files. It's easier than trying to find them and move them. I tried using FileDelete("C:\*\*\*\*.mp3") But the wildcards don't work for directories apparently. So i have to tell it the exact path. But I don't really want to have to go through all that trouble of finding the paths. Can anybody help me here?