findfirst()/findnext()
there is no dos.h or dir.h in LCC-Win32, so where the hell is findfirst(),findnext()?
It must be in LCC somewhere.
NM It's IO.h
This is a discussion on findfirst, findnext question... within the Windows Programming forums, part of the Platform Specific Boards category; findfirst()/findnext() there is no dos.h or dir.h in LCC-Win32, so where the hell is findfirst(),findnext()? It must be in LCC ...
findfirst()/findnext()
there is no dos.h or dir.h in LCC-Win32, so where the hell is findfirst(),findnext()?
It must be in LCC somewhere.
NM It's IO.h
Try FindFirstFile(), FindNextFile() and FindClose() - win32 API functions.
Yeah cool, but how do I change directory?