File Watcher: Monitor Changes to Files and Folders

Hard Drive

File Watcher is a standalone, open source, C# application that I have developed to serve a purpose that I needed for my data files. In a nutshell, File Watcher allows me to monitor several paths on my Windows server for any changes to the files or folders within those paths. Once changes are detected, one of several functions can then be performed. These functions include: sending a notification via an API request, performing an action (copy, move, delete), or running a command – such as an executable.