/cpp17-filewatcher

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Source files for C++17 Filesystem writing a simple file watcher

Disclaimer: The code presented in this article is not meant to be used as is in production. The code was written as an exercise or demo to show what you can do with the C++17 std::filesystem library. If you want the ultimate performance, you should try to use the operating system functions like inotify on Linux or kqueue on macOS and FreeBSD.