CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Viewing Zip Files

    I need to be able to _VIEW THE CONTENTS_ of zip files, not extract them, or create them, just get a list of the files stored in the zip file.

    Can anyone help?????


  2. #2
    Join Date
    Apr 1999
    Posts
    3

    Re: Viewing Zip Files

    Hi, there is software called ZipMagic to view the contents of zip files without extracting it.
    Hope that helps you.


  3. #3
    Guest

    Re: Viewing Zip Files : Use InfoZip sources

    Ansi C/C++ source code of Zip, Unzip, Gzip ,.. is available at infozip.com.


  4. #4
    Join Date
    Apr 1999
    Posts
    23

    Re: Viewing Zip Files : Use InfoZip sources

    I can not find anything at this time.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured