Dear All,
In my C# application using .NET 1.1 I am trying to watch for file and
directory events using FileSystemWatcher. Things are working as expected if
I watch a specific directory. However I need to watch all folders on the
local computer and I understood MSDN documentation that I can achieve it by
setting FileSystemWatcher.Path to an empty string. I also set
FileSystemWatcher.IncludeSubdirectories to true. However with this
combination of properties FileSystemWatcher does not seem to fire any
Created/Deleted/Renamed events on XP SP2. Am I doing something wrong?
Thanks,
- LR