https://github.com/stylepatrick/file-watch-directory
Track modifications inside a directory and log it to a .csv file
https://github.com/stylepatrick/file-watch-directory
directory-monitoring directory-watcher java watch-files
Last synced: 7 months ago
JSON representation
Track modifications inside a directory and log it to a .csv file
- Host: GitHub
- URL: https://github.com/stylepatrick/file-watch-directory
- Owner: stylepatrick
- Created: 2024-02-10T17:47:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-10T18:55:40.000Z (over 1 year ago)
- Last Synced: 2025-01-26T07:41:23.165Z (9 months ago)
- Topics: directory-monitoring, directory-watcher, java, watch-files
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-watch-directory
The program allows to track modifications inside a directory and log the changes to a .csv file.Example: java -jar file-watch-directory.jar "C:\directory_to_track" "C:\log_of_changes.csv"