|
-
Aug 16th, 2005, 12:36 PM
#1
Thread Starter
New Member
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
-
Aug 16th, 2005, 01:32 PM
#2
Member
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.
-
Aug 16th, 2005, 01:40 PM
#3
Re: Reading contents of file in ZIP Archive
Well probably that link could help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|