olefile
olefile copied to clipboard
add os.walk, isstream, isstorage
Idea from @bontchev: would be nice to have the equivalent of os.walk in olefile. Also isstream(path) and isstorage(path) would be useful.
Note: you can already check if a directory entry is a stream or a storage using get_type: https://github.com/decalage2/olefile/wiki/API#get-information-about-a-streamstorage