Results 1 to 3 of 3

Thread: Reading contents of file in ZIP Archive

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    7

    Reading contents of file in ZIP Archive

    I have a bunch of text data files and a VB.NET app to display them, but we're trying to save space and see if there is a way to keep all these text files in a ZIP archive when distributed and then read the individual files in the ZIP archive without having to constantly unzip and rezip everything.

    Does anyone know if this is possible?

    Thanks,
    Andrew

  2. #2
    Member
    Join Date
    Mar 2005
    Posts
    37

    Re: Reading contents of file in ZIP Archive

    You are going to need to decompress/unzip anything you view. There's no way around that. If you decompress/unzip it into memory, it won't take anymore space, but I'm not exactly sure of any tools/methods that unzip files to memory, other than creating a ramdisk and unzipping to that ramdisk.

    Even programs like WinZip and WinRar, which let you "view" items in a compressed file without extracting them first don't really do this. They unzip to a temporary directory and open the files from that temporary directory.
    0000000100000010000000000000010100001001 reincarnated.

  3. #3
    Frenzied Member Zakary's Avatar
    Join Date
    Mar 2005
    Location
    Canada, Quebec, Montreal
    Posts
    1,654

    Re: Reading contents of file in ZIP Archive

    Well probably that link could help
    Using VS 2010 on Fw4.0

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