DotNetShoutout - Stories tagged with file system mini filter
3
Shouts

Goodbye FileSystemWatcher – issues with tracking file movements in Windows Explorer

posted by TabblesTabbles 1175 days, 14 hours, 53 minutes ago
Monday, March 01, 2010 4:28:48 PM GMT
The problem: when files are being moved, they need to “carry” their tabbles with them. To do that, we first approached the FileSystemWatcher technology: this proved unreliable in many ways when it goes to moving files (feel free to ask for details). Then we considered the file system mini-filter technology (the one commonly used by anti-viruses); apart from the issues related to integrating... (more)
category: Architecture | clicked: 2 | comment | | source: tabbles.net
tags: FileSystemWatcher, file system mini filter, .NET 3.5 SP1, tabbles