I'm using SharpCompress to unzip a 7zip archive. The IArchive
created by ArchiveFactory.Open
returns an IEnumerable<IArchiveEntry>
, but IArchiveEntry
contains nothing indicating if an entry is an anti-item.
Is there a way to recognize anti-items?
I added this to the project's issue tracker.