0
kicks
Creating a Folder Monitoring Windows Service in C#
Windows services are background processes that usually have no direct interaction with the user interface. This article explains how to create a windows service with an example that monitors the file system for changes using a FileSystemWatcher object.