RE: Listen for directory events

2005-10-12 Thread Tim Golden
[Bell, Kevin] | Anyone have any advice on listening for directory events? Would this be of any use? http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_for_changes.html TJG This e-mail has been scanned fo

Re: Listen for directory events

2005-10-12 Thread Larry Bates
Googling for "python watch for directory changes" turns these links: http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_for_changes.html http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/156178 http://www.amk.ca/python/simple/dirwatch.html One of those should help you out.