FileSystemWatcher not monitoring local user folder or temporary internet files folder in Vista (64bit)
I wrote a test program to monitor my Picture folder which points to c:\users[username]\Pictures and temporary internet files folder for the same user. This is program works perfectly fine if I change the folder to other location like d:\persona_pics. Any idea why events are not being raised when I set the mentioned folder to monitor? here is the code. class Program { static void Main(string[] args) { //FileSystemWatcher myJpegFileWatcher = new FileSystemWatcher(@"C:\Users\[username]\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\content.ie5\"); FileSystemWatcher myJpegFileWatcher