_dos_findclose

K

Kenneth Brody

Where can I find the C code for the subject function???

NB: By "subject function", I am guessing that you mean "_dos_findclose".
But that's only a guess, as most people put the question in the body
of the message.

Not here. ;-)

I'd check the same place you found the _dos_findfirst and _dos_findnext
source. Otherwise, try asking in the comp.os.msdos.programmer group.

--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:[email protected]>
 
A

Alexei A. Frounze

Where can I find the C code for the subject function???
I don't know what that function is. It's outside of standard C library
scope, so... If you're looking for file/dir searching functions, you can
build those on top of opendir(),readdir(),closedir(), if they're supported
on your system (msvc++ doesn't support those, but many other versions of
standard libraries coming with other compilers do support them,
gcc(including djgpp), borland, watcom,...).
Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top