At Friday 17/11/2006 19:41, Josh wrote:
Does python have a way of registering a callback - or through some other
mechanism - to notify me when a directory listing has changed, or if a file
has been modified, deleted, created, etc.? I'm looking for behavior similar
to the .net class FileSystemWat
Hi,
Does python have a way of registering a callback - or through some other
mechanism - to notify me when a directory listing has changed, or if a file
has been modified, deleted, created, etc.? I'm looking for behavior similar
to the .net class FileSystemWatcher. I would also be interested to