cpp_weekly
cpp_weekly copied to clipboard
C++ File watcher
Channel
C++Weekly
Topics
C++ File watcher
Length
bite-sized (5-10 minutes)
Is there a cross platform easy to use file watcher for C++ (like watchdog in Python )? It should support at least Linux, macOS and Windows.
I use filewatch at the moment and it works on Windows and Linux but has no support for macOS.