Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umstek/dirwatch

Simple program to monitor file changes in real-time.
https://github.com/umstek/dirwatch

file-monitoring file-system-events visual-basic

Last synced: about 2 months ago
JSON representation

Simple program to monitor file changes in real-time.

Awesome Lists containing this project

README

        

# DirWatch
Simple program to monitor file changes in real-time.

DirWatch extensively uses .NET's built-in [FileSystemWatcher](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=netframework-4.7). It enables seamless watching of many directories at different locations, including subdirectories or not.