Hi, I'm working on a project where I need to detect the opening of any file in a couple of folders and their subfolders. At present I am using fileSystemWatcher, however, while this works in most instances, it doesn't trigger on file open.
I need something that works similarly to a virus detection application, i.e. whenever a file is opened, the application receives a trigger.
Can anyone suggest a solution?
Start Free Trial