emilib
|
Watches for any changes in a directory (file changed, added, removed). More...
#include <dir_watcher.hpp>
Public Member Functions | |
DirWatcher (std::string dir) | |
Feel free to end with a slash or not. | |
std::vector< std::string > | poll_files () |
Returns a list of absolute paths to files that where added, removed or changed. | |
Watches for any changes in a directory (file changed, added, removed).