win32file.FindStreams
[(long, PyUnicode),...] = FindStreams(FileName, Transaction )
List the data streams for a file
Parameters
Comments
This uses the API functions FindFirstStreamW, FindNextStreamW and FindCloseAvailable on Windows Server 2003 and Vista
If the Transaction arg is not None, FindFirstStreamTransacted will be called in place of FindFirstStreamW
Return Value
Returns a list of tuples containing each stream's size and name