ComicViewer
ComicViewer copied to clipboard
Need code cleanup: ArchiveLoadAsync
The quick-and-dirty load of "archive containing archives" has made the code a bit too much of a cobble.
- Have lost "async" feature: containing archive has to be fully extracted before any image shown
- Too much duplicated code.
- 'activeFileNames' cobble.
- Passing too many parameters for ExtractFile.
- Possibly leaving temp files around (not deleted)