I have a shared folder on my local machine. I want to get notified every time someone tries to access it. Could someone give me some hint on this?
I have checked the FileSystemWatcher class, it only provides events for change/creation/delete/rename of the contents under the folder, which is not exactly what I want.
I also tried to use the event log audition as shown here, but it is just not exactly what I want, either.
Many thanks.