dgets / RAS

Recursive Archive Scanner
1 stars 0 forks source link

Expand embedded archives #8

Open dgets opened 6 years ago

dgets commented 6 years ago

Add the capability to start expanding archives embedded within the others.

NOTE: this is going to require changing the data structure of MyArchive to support recursive entries (array of MyArchive, most probably). Going to be opening an issue for that immediately after this one.