> I'm looking for an API to tell me how many files or directories are open.
> I ran across one awhile back but can't remember what it was.
> Thanks in advance for your help.
hmmm, IIRC I have written a simple prog years ago which tested per connection
if a user has a specified file open; I think it should be simple to extend
for your needs:
http://www.gknw.at/development/samples/watcom/tstopen.zip
that its a watcom sample doesnt mean that it only compiles with Watcom;
it should go fine with MingW32 f.e. too....
Guenter.