Contents - Index - Previous - Next


SkipIfArchiveBitNotSet property

 

Applies to

TVCLZip component

 

Declaration

property SkipIfArchiveBitNotSet: Boolean;

 

Description

Setting this to True will cause files that do not have their Archive Bit set (turned on) to be skipped during zip operations.  Therefore, while this is set to True, only files with their Archive attribute turned on will be zipped. 

 

NOTE: Be sure to see ResetArchiveBitOnZip as that property (if set to True) will reset the archive bit for each file that is zipped.