Looking at the FileSystemWatcher Control with Visual Studio 2005
The FileSystemWatcher control is an extension of the System.IO namespace that allows the Windows operating system to notify application of any file changes that have occurred. In this video available here, we take a look at how it can be used to within an application.