HOw to use findfirst() and findnext() in C
Question
Tuesday, January 31, 2012 2:49 AM | 1 vote
Hi,
I want to read each file with .b11 extension.Reading the folder path from console window.After that how to use the findfirst() and findnext method in C.I would like to know the usuage of these methods.Kindly suggest me any links withsample example or ur won example to use these methods. The Operating system am using is windowsxp.The compiler is MS visual studio 2008.(VC++) Thanks in advance. |
All replies (1)
Tuesday, January 31, 2012 3:00 AM âś…Answered | 1 vote
Listing the Files in a Directory
http://msdn.microsoft.com/en-us/library/aa365200(VS.85).aspx
- Wayne