Overview of Example Process

The project monitors a directory for a specific file. When the file changes, a new file is created that contains the contents of the original file plus the time the change was made to the original file. The new file is named after the change that occurred (create.txt, modify.txt, or remove.txt). If you modify the file multiple times, the new file overwrites the existing modify.txt.