Is there any application that will check which files a running program reads, modifies etc. and can present me with a list of these?
feedback
|
migrated from stackoverflow.com May 22 '10 at 18:58
This question came from our site for professional and enthusiast programmers.
|
For Windows, look at two Sysinternals tools (since acquired by Microsoft):
| |||||||
feedback
|
|
On unix platforms you can use | |||
|
feedback
|
|
It depends on what OS you're using, but BSD-like OS's such as Mac OS X have fs_usage. | |||
|
feedback
|