Questions tagged [sharpcompress]

SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs.

SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.

32 questions
0
votes
1 answer

How can I recognize Anti-items in a 7zip archive?

I'm using SharpCompress to unzip a 7zip archive. The IArchive created by ArchiveFactory.Open returns an IEnumerable, but IArchiveEntry contains nothing indicating if an entry is an anti-item. Is there a way to recognize anti-items?
mafu
  • 31,798
  • 42
  • 154
  • 247
-1
votes
1 answer

VS2019 showing phantom folders and files named "**" which I cannot find or remove from system

My VS2019 solution, with a WPF project, has started showing a phantom folder named "**", with the following tree of files within: - ** - * - *.cs - *.resx - *.xaml And because these files are named with illegal syntax, VS gives…
Stuart Aitken
  • 949
  • 1
  • 13
  • 30
1 2
3