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:
parent
345abc3132
commit
0b0c09e647
3 changed files with 160 additions and 0 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
ConfigFile.cpp
|
||||
Command.cpp
|
||||
DateTime.cpp
|
||||
DirectoryWatcher.cpp
|
||||
DirIterator.cpp
|
||||
ElapsedTimer.cpp
|
||||
Event.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue