0

I need help for reading the number of files in the archive and their properties (weight, date etc). SDK can not be used. Only binary reading.

user2812404
  • 101
  • 3
  • 1
    The complete file format specification (and therefore everything you will need) is contained in the `doc/` directory of the source archive. – us2012 Sep 26 '13 at 08:18

1 Answers1

1

Read the source code for 7-Zip and implement the parts you need. Here's the link: http://sourceforge.net/projects/sevenzip/files/

Jay Koutavas
  • 989
  • 1
  • 14
  • 28