Friends,
I want to monitor my drive for any update/modify/delete/create/etc.
I'm using C# class FileSystemWatcher but it is giving me all the updates whether it is done by security pactches or by some file change my person. How can I avoid that
Loading
Shweta LodhaPosted Dec 27, 2014, 10:43 AM
As per my knowledge, FileSystemWatcher class can't distinguish between who is doing the update.
VulpesPosted Dec 27, 2014, 12:58 PM
In fact, AFAIK, nothing can. The Windows OS just doesn't record this information.