Re: Knowing when a file completes.

2005-07-26 Thread gene tani
http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_for_changes.html -- http://mail.python.org/mailman/listinfo/python-list

Knowing when a file completes.

2005-07-26 Thread Greg Lindstrom
I have an odd problem that I'm sure someone here can help me solve. I am using Python 2.3 on a Linux box to process text files. At one point in my automated process, I have to zip and ship the files over to a Windows server running a proprietary package to do some manipulation to the file. P