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.

Listen for directory events

2005-10-12 Thread Bell, Kevin
Anyone have any advice on listening for directory events? I'd like to fire off my script if new files are added to a directory. Right now, I've set up my script as a scheduled task (Windows XP) and when the script is run periodically, it initially looks for new files and does it's magic if there