https://github.com/figbug/filesystemwatcher
https://github.com/figbug/filesystemwatcher
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/figbug/filesystemwatcher
- Owner: FigBug
- License: bsd-3-clause
- Created: 2018-01-14T06:27:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T13:42:36.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T22:34:56.119Z (11 months ago)
- Language: C++
- Size: 118 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileSystemWatcher
A juce based class to monitor the file system and provide a callback when anything changes.
Only monitor folders, not files. Supports Windows, Mac and Linux.
This repo is now deprecated. FileSystemWatcher is now part of https://github.com/FigBug/Gin