win32file.FindFilesIterator
iterator = FindFilesIterator(FileName, Transaction )
Returns an interator based on FindFirstFile/FindNextFile. Similar to win32file::FindFiles , but avoids the creation of the list for huge directories.
Parameters
Comments
Accepts keyword args.FindFirstFileTransacted will be called if a transaction handle is passed in.
Return Value
The result is a Python iterator, with each next() method returning a WIN32_FIND_DATA tuple.