[python-win32] Re: subtree problem with ReadDirectoryChangesW

Roger Upole rwupole at msn.com
Sun Jan 14 11:42:35 CET 2007


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.

     Roger



More information about the Python-win32 mailing list