Question:

How do I programmatically all of the files in a directory that have a specific known extension.

I have tried FindFirstFile along with FindNextFile along with DeleteFile(), but am having a problem with the FindFirstFile function. I would prefer a solution that did not involve this function.

Thanks,

Austin