GitHub - softant2008/cpp17-filewatcher · GitHub
Skip to content

softant2008/cpp17-filewatcher

 
 

Folders and files

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C++ 100.0%