ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
297 stars 73 forks source link

Is there a way to get a list of all streams and storages inside a compound file? #63

Closed MOSAMAEgypt closed 4 years ago

MOSAMAEgypt commented 4 years ago

Is there a way to get a list of all streams and storages inside a compound file? List items would be like 'Storage1\Storage2\Storage3\Stream"

ironfede commented 4 years ago

Hi @MOSAMAEgypt , currently you can use the method of CFStorage named VisitEntries(...) starting on root storage, in a recursive way, using the action parameter to list all contained items. Best Regards, Federico