I have a folder of files. I would like for the system to check this folder every X minutes to see if any of the files have changed and, if so, to then run a script that I've written in python.
Asked
Active
Viewed 429 times
-1
1 Answers
0
If you're already using Python for the script, take a look at Watchdog.
You can easily install it with PIP, and the link provides a code sample.
Traveling Tech Guy
- 9,998
launchdorcron. – Blacklight Shining Sep 15 '13 at 19:31