[python-win32] win32file.ReadDirectoryChangesW in asynch mode?

Tim Golden mail at timgolden.me.uk
Thu Feb 5 09:48:35 CET 2009


Eric Blade wrote:
> It appears that sometime in the last year, year and a half or so,
> someone made the necessary changes to win32file to get
> ReadDirectoryChangesW up and working in Asynch mode, which is
> something that I would find very nice to be able to use right now ..
> however, the docs are making my head swim.

I've got an example here, but I've had problems running
it between a Vista client and a win2k3 server; your
mileage may vary.

http://winsys.googlecode.com/svn/branches/it-support/winsys/fs.py

(Look for "class _DirWatcher" and the code below it)

TJG


More information about the python-win32 mailing list