Hi

I have used the FindFirstFile api to locate files
The FindFirstFile api does not distinguish between the file extension (.htm) and (.html)

I know both are the same type of file but I need the FindFirstFile api to ignore the .html files and only find the .htm files is there any way to do this .

Thanks for the help