Re: Number of Open Files
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Tue, 23 Aug 2005 15:21:33 -0400
"Michael Hesse" <mhesse@xxxxxxxxxxxxx> wrote in message
news:5sKOe.3840$Z87.3610@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Is there a way to find out how many files I have open during the execution
> of a program. I suspect I am running into a problem by opening files that
> never get closed, and checking the count seems like a good way to find the
> error.
Assuming that it is a diagnostic tool and not a callable interface that you
are after, you might want to take a look at this:
http://www.sysinternals.com/Utilities/Handle.html
Regards,
Will
.
- References:
- Number of Open Files
- From: Michael Hesse
- Number of Open Files
- Prev by Date: Number of Open Files
- Next by Date: Re: LBUTTONDOWN LBUTTONUP selects text I don't want selected in a textbox
- Previous by thread: Number of Open Files
- Next by thread: Re: Number of Open Files
- Index(es):
Relevant Pages
|