1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 15:37:47 +00:00

LibCore: Add DirectoryWatcher

DirectoryWatcher is a wrapper around watch_file, and can be used to
watch for changes in directories.
This commit is contained in:
Itamar 2020-11-07 09:40:53 +02:00 committed by Andreas Kling
parent 345abc3132
commit 0b0c09e647
3 changed files with 160 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
ConfigFile.cpp
Command.cpp
DateTime.cpp
DirectoryWatcher.cpp
DirIterator.cpp
ElapsedTimer.cpp
Event.cpp