I am trying to scan my hard drive for temp files so that I can delete them, but I can't figure out how to do a recursive search across the whole hard drive. I tried using the exampe at www.vb-world.net that uses the API, but when I passed *.tmp instead of *.*, it just added the drive letter to the directory instead of the files on the hard drive. I tried it with numerous extensions, but the only thing that works is *.*. Anybody done somthing similar to this?

Thanks
-Joey