dorald / cpp17-filewatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%