Contents - Index - Previous - Next


RecreateDirs property

 

Applies to

TVCLUnZip component

 

Declaration

property RecreateDirs: Boolean;

 

Description

Set this property to True if you want to use directory information in the zipfile when extracting files.  The directories will be created relative to the DestDir (Destination Directory).  If this property is False, all files will be extracted to the DestDir, which could possibly result in files of the same name overwriting each other if the OverwriteMode property is set to Always.