I have written an application that needs to monitor changes to a synchronized offline folder while the user is not connected to the network. I have used the FileSystemWatcher and it works beautifully while the user is connected to the network, however as soon as they are in an offline state the FileSystemWatcher ceases to receive any events.
I can't find any documentation regarding file system events in offline folders, does anyone have any experience in this space?
Thanks
http://www.codeproject.com/Articles/15656/Advanced-FileSystemWatcher