I've built a HotFolderWatcher class, based on FileSystemWatcher, which I use in my application. Unfortunately, our automated units lend support to the complaints I've read online that FileSystemWatcher itself isn't reliable -- that is, it is only as reliable as the OS' handling of the underlying events (and this isn't reliable).
Is there any technology or solution to have a reliable hot folder on Windows?