I have some code that uses FileSystemWatcher to monitor file changes outside of my application.
On Windows 7, using .NET 4, the below code would detect when a file
I don't know why but I find that under Windows 8.1
NotifyFilters.LastWrite (Changed event) of class FileSystemWatcher will fire
the event will not fire
May be related to permission but I don't know how to config it, both condition are run under administrator