Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/umstek/dirwatch
- Owner: umstek
- License: unlicense
- Created: 2016-01-24T16:20:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T05:58:11.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T11:34:33.228Z (9 months ago)
- Topics: file-monitoring, file-system-events, visual-basic
- Language: Visual Basic
- Size: 43.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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.