Contents - Index - Previous - Next


Split method

 

Applies to

TVCLZip component

 

Declaration

function Split(DeleteOriginal: boolean): boolean;

 

Description

Call Split to take a normal zip archive and split it into blocks, just as if you originally created the zip file with MultiZipInfo.multimode := mmBlocks;  Set all the properties as if you are about to create a Blocked Zip File and then call this.

 

Setting DeleteOriginal to True will cause the archive that you just split into parts to be deleted when the operatoin is finished.