I need to detect all the files open on the system (win98 and NT). I'm sure something must exist that currently does this but unsure what and I have little knowledge about the internal workings of the file systems.
Thanks for the reply, couple of further questions...
If I use EnumWindows to get the handle of all the open windows, can I retreive the file name from this?
Basically I need to find out what files the user is working on, regardless of the application (C files, word docs whatever). I also need to maintain this list quite regularly, and wondered if EnumWindows is the most efficient method
Thanks again and a code snippet wopuld be appreciated
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.