Re: [python-win32] Detect new/changed file in a folder

2011-03-08 Thread python
Tim, Ben and Brian, Thank you all for your posts - excellent information(!!!). You have all answered my question. Cheers, Malcolm ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Detect new/changed file in a folder

2011-03-08 Thread Brian Curtin
On Tue, Mar 8, 2011 at 09:29, Tim Golden wrote: > On 08/03/2011 15:15, pyt...@bdurham.com wrote: > >> I'm looking for advice on ways to have a script detect new or changed >> files in a specific folder. The easy way is to simply poll every >> second and to sleep between polling cycles. Is there

Re: [python-win32] Detect new/changed file in a folder

2011-03-08 Thread Tim Golden
On 08/03/2011 15:15, pyt...@bdurham.com wrote: I'm looking for advice on ways to have a script detect new or changed files in a specific folder. The easy way is to simply poll every second and to sleep between polling cycles. Is there a win32 technique that works from XP forward that might be a