|
Post by Manu on Mar 11, 2004 3:45:32 GMT -5
Hi.
I do new zip, with mmblock activate Firstblocksize 34576000 BlockSize 34576000 SavezipInfo on first disk activate.
It run OK, but when I want add new file into zip, then return stream error. It is a bug?
|
|
|
Post by Kevin on Mar 11, 2004 8:33:27 GMT -5
You cannot add files (or modify in any way) a spanned or blocked zip file. You can only modify normal zip files. This is because when you modify a zip file it has to be re-written because it is a sequential file and there are things that have to be updated inside the file, it can't just be appended.
Kevin
|
|
|
Post by Manu on Mar 11, 2004 13:07:51 GMT -5
usually, I can add file into zip by blocks with winrar and with winzip applications. It's a problem of your component. Can you developer this features in the next upgrade ?.
Thank's.
|
|
|
Post by Kevin on Mar 12, 2004 9:27:39 GMT -5
RAR is not PKZip format, it is a different format. WinZip will not update split zip files that are pkzip format. At least not in the version of WinZip that I currently have.
From the help file of WinZip 8.1:
- Once the split Zip file has been opened, you can work with it much as you would work with a regular Zip file, except you can't add any new files or remove existing files. Some operations such as creating self-extracting Zip files and editing comments are also disabled for split Zip files.
|
|