I need to know in python whenever a new file was added/removed/modified in a particular directory Is there a way for that? I'm looking for an "inofity"-like function (from POSIX).
Thanks
You can use inotify for python, which is NOT the same as PyInotify (older).