0

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?

Charles
  • 50,943
  • 13
  • 104
  • 142
mafu
  • 31,798
  • 42
  • 154
  • 247

1 Answers1

0

I added this to the project's issue tracker.

http://sharpcompress.codeplex.com/workitem/33

mafu
  • 31,798
  • 42
  • 154
  • 247