I am using FileSystemWatcher for tracking file system for any changes. But my customer does not want any system file change records. He just wants “changed by user” records. How can I do this?
I am using FileSystemWatcher for tracking file system for any changes. But my customer
Share
Subscribe for the FileSystemWatcher.Changed event and filter the files manually: