[python-win32] subtree problem with ReadDirectoryChangesW

Tim Golden mail at timgolden.me.uk
Mon Jan 15 09:44:43 CET 2007


Roger Upole <rwupole <at> msn.com> writes:

> 
> Also, try using a larger buffer size.  The function returns successfully
> if the buffer is too small without placing any results in the buffer.
> At several dir levels down, you're probably exceeding the 50 byte
> size specified.

I've posted a working example here:

http://tinyurl.com/ym26qr

which also passes on (from another user) Roger's warning
about buffer size.

TJG



More information about the Python-win32 mailing list