|
Post by radekj on Nov 2, 2004 15:02:29 GMT -5
How to Unzipping Blocked (Created Spanned Disk Images direct on hard drive) Zip Files with VCLZip ?
|
|
|
Post by Kevin on Nov 2, 2004 19:58:29 GMT -5
The last block simply has a .zip extention. You should set ZipName to the filename of that last block and unzip just like it was a normal zip file.
The DefaultFilenameForSplitPart supplied by VCLZip should handle opening up the correct block when you unzip the files and you should be able to unzip just like it was a normal zip file.
You can also create your own OnFilenameForSplitPart event if you happen to name your blocks differently from the standard, but the DefaultFilenameForSplitPart supplied by VCLZip should handle 99% of what is needed.
Kevin
|
|