Contents - Index - Previous - Next


FilesList property

 

Applies to

TVCLUnZip component

 

Declaration

property FilesList: TStrings;

 

Description

Add filenames and/or wildcard specifications to this file list to specify what files will be extracted, added, or deleted from/to the zipfile.  If the property DoAll is set to True when extracting (calling UnZip) then the contents of this list will be ignored and all files will be extracted.  Also, if FilesList is empty when calling UnZip all files will be extracted, even if DoALL is not set to True.  

 

Wildcards may be used when adding to the FilesList.  Also, it is possible to override the Recurse property by adding special characters at the beginning of any entry added to the FilesList.  See the Recurse property for more information.  

 

VCLZip clears the FilesList after any zip or unzip operation, so the FilesList will be empty when after a call to any of the zip or unzip methods.