PDA

View Full Version : FileSystemWatcher



LoneRaven
April 9th, 2004, 20:19
I do not currently know ASP.NET but I would like to take advantage of its FileSystemWatcher class. What I am looking for is code that would notify me of all file changes on my harddrive as well as all changes made to the registry. If you can help me with this it would be greatly appreciated.

(I am most interested in the registry aspect, so if you know of any programs that watch the registry and report changes, that would work just as well.)

Thanks Much

Warcon
April 26th, 2004, 20:30
http://www.sysinternals.com/ntw2k/source/regmon.shtml

There are others monitors on that site aswell (file, harddisk, tcp, etc).

Warcon.

LoneRaven
April 26th, 2004, 22:53
Thanks for the awesome site. I really appreciate it.