

Alpha version, probably buggy, but you have the source.

The original app is a great CRC file checker that utilizes a metaCRC scheme, you can read about it
above... this uses this scheme and the underlying app to guard folders, and log any changes to a log file
in the app directory.

Required Files for compile: I believe just RXlib. I used that for the foldermonitor feature,
it is a threaded interface over the windows api file watch method, in short. Also, a registry
component from them.

Like tripwire for unix. The name here sucks - "FolderGuard" , but whatever.

Usage: probably, best to put in startup, or use your favourite startup method. It starts ON,
and scans the directories when you check a directory to guard. Be aware that very large
directories will take some time to scan. The app is a systray app.

It should probably parse the log file better for the user, and make meaningful flashes when
changes are noted, but it does log any sort of file change, and is therefore, very comprehensive.

