I want to know the files a given process is reading/writing. Is there a program that shows this? On Windows XP. Thanks. I've tried Autohotkey Spy, Spy++, and Process Explorer. They show a lot of detail but not which files are being accessed.
Asked
Active
Viewed 335 times
2 Answers
2
Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements

Kent Boogaart
- 175,602
- 35
- 392
- 393
-
I am using process monitor right now... but I don't seem to find where you can see the opened files... – Sep 02 '09 at 08:55
-
1view->lower_pane_view->Handles Takes a bit to populate with open files (that's why I didn't see it before.) – max Sep 02 '09 at 09:01