I'm writing a win32 console program and I must have a function which displays the *.lng files. Now, when I was writing for DOS there were a ffblk structure, function findfirst and findnext in "dir.h" library for this purpose, but now I'm writing in Windows and I don't know what function am I supposed to use.

Please help.