Re: Open files - Windows
- Posted by Mike777b Jan 10, 2019
- 1880 views
Thanks, Chris.
Ran it (had to comment out detectCD routine in myFile.e because dos_interrupt not declared, but I'm not doing anything with CD information anyway).
Very nice listing, but I didn't see anything which identified the open files associated with the windows.
Process_List.exw has a timer which causes the list to refresh. It also has a log file which captures each process and some window information (PID, etc.) I let the program run for a while so as to build a log file with several megabytes. Searched logfile and didn't see any file names (such as "xxxxx.xls").
I'll keep looking through the code to see if there isn't a convenient place to expand the logic to isolate open file names, but I would appreciate input as to where to look.
Thanks
mike