CompuServe Thread

Access to _dos_findfirst

1 messages in this thread
#30226From: Steve DiricksonJul 8, 1994 2:00 AM
<< I've just started up the VC++ (1.1) learning curve. I like what I see so far. I'm running this on Windows NT. One problem, though….. I'm trying to write a small function which access the _dos_findfirst() function.>> Pardon the change in direction, but, since you're under NT, why don't you use FindFirstFile(), FindNextFile(), and FindClose()? They work under Win32s, and tell you a lot more than the DOS functions.