Contents - Index - Previous - Next


KeepZipOpen property

 

Applies to

TVCLUnZip component

 

Declaration

property KeepZipOpen: Boolean;

 

Description

Normally the zip file specified by ZipName is not kept open between operations.  By setting this property to True the file will remain open until you either call the ClearZip Method or until you open another file.  This may improve performance if you plan to do a lot of operations on a particular file, for instance you may need to perform several separate unzips, unzipping one file at a time rather than just filling the FilesList Property with all filenames you wish to unzip.