Re: notify on directory changes

2006-11-17 Thread Gabriel Genellina
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

notify on directory changes

2006-11-17 Thread Josh
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