I have to select any exe from my c# GUI app and monitor the file accesses for that exe.
I have to collect the open/close stats,read/write stats of each file the exe accesses.i doubt the filesystemwatch er can be useful here.
what's the best way to do it from c#? is WMI the answer? any specific class/namespace?
pls provide me a illustrated example/link.
I have to collect the open/close stats,read/write stats of each file the exe accesses.i doubt the filesystemwatch er can be useful here.
what's the best way to do it from c#? is WMI the answer? any specific class/namespace?
pls provide me a illustrated example/link.