Contents - Index - Previous - Next


TVCLZip component

 

See also Properties Methods Events


 

Description

The VCLZip component inherits from TVCLZip and adds capabilites for creating and modifying zip files.  When modifying an existing zip file, all output goes to a temporary file in the Windows temporary directory or, if the TempPath property is defined, output goes to the directory that it specifies.  Once processing is finished, if there were no exceptions, then the original file is deleted and the temporary file replaces it.  If there are any exceptions, then the temporary file is deleted and the original file stays intact.  

 

NOTE:You do not need to use both a VCLUnZip and VCLZip component in order to perform UnZip and Zip operations.  VCLZip alone will handle all zipping and unzipping operations for you.