Detect File System changes

Lawrence Oluyede raims at dot.com
Fri Dec 23 11:27:01 EST 2005


Il 2005-12-23, Lukas Meyer <lukasmeyer1 at gmail.com> ha scritto:
> Hello,
>
> I'm trying to detect changes in a directory. E.g if someone crates a
> file, i'll execute another function on this file.

pyinotify (wrapper of inotify) is for you (it's not portable however)

http://pyinotify.sourceforge.net/

-- 
Lawrence - http://www.oluyede.org/blog
"Anyone can freely use whatever he wants but the light at the end
of the tunnel for most of his problems is Python"



More information about the Python-list mailing list