How to check in python that a file in a folder has changed? [duplicate] How to check in python that a file in a folder has changed? [duplicate] python python

How to check in python that a file in a folder has changed? [duplicate]


You can use inotify for python, which is NOT the same as PyInotify (older).


As mentioned in the similar question, you might want to have a look at http://packages.python.org/watchdog/ which also works on Windows.