CompuServe Messages

Access to _dos_findfirst

    08-Jul-94 02:00:29
Sb: #30060-Access to _dos_findfirst
Fm: Steve Dirickson 70313,3252
To: Mark Williams 100012,2116
<< 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.