olefile icon indicating copy to clipboard operation
olefile copied to clipboard

add os.walk, isstream, isstorage

Open decalage2 opened this issue 9 years ago • 1 comments

Idea from @bontchev: would be nice to have the equivalent of os.walk in olefile. Also isstream(path) and isstorage(path) would be useful.

decalage2 avatar Dec 14 '16 19:12 decalage2

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

decalage2 avatar Dec 14 '16 19:12 decalage2