FileChangeObserver
Simple program to detect file changes in selected folders \
The program will notify the user that a file has been changed
Dependencies
- C++ Compiler (with C++17 support)
- CMake (>= 3.1)
- Boost library (>= 1.67.0)
Building / installing
Unix
$ cd FileChangeObserver
$ mkdir build && cd build
$ cmake .. && make
Windows
- Download lastet installer from here
- Run
windows setup_x64.exe
and follow the instructions
- After installing, add path to folder (where you installed FileChangeObserver) to PATH environment variable (read here)
Using
Soon
Example
Soon