cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

C++ File watcher

Open pinguin999 opened this issue 3 years ago • 0 comments

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.

pinguin999 avatar Sep 14 '22 11:09 pinguin999