Sometimes you may need to monitor a directory for changes. This can be the case if it contains super-important files that no one but you should tamper with or to get information about new or modified files in a specific directory. While you may be able to monitor a folder manually if it contains a [...]
- Author: Martin Brinkmann
- Comments: 4
Monitor Directories With Directory Changes Watcher
Directory Changes Watcher is a small, lightweight (2 Megabytes while running minimized in the Windows System Tray) and portable software program that monitors directories and moves new or changed files to another directory. The tool that is using only 111 Kilobytes unpacked on the local hard drive supports local and network directories. The first thing [...]
- Author: Martin Brinkmann
- Comments: 5
Directory Monitor
One way to ensure that files do not get modified is to monitor certain directories for changes and write those changes to a log. It would then be easy to see if a file had been changed in the past since the monitoring was started. It does not really prevent file modifications but can provide [...]
