I'm trying to create something that will intercept requests to open a file or folder in Windows Explorer. So far, the only thing I can come up with is that I need to make a file system filter driver. Is this the easiest way to accomplish what I'm after? If so, does anyone know of any good literature on creating one?