Contents - Index - Previous - Next


ReplaceReadOnly property

 

Applies to

TVCLUnZip component

 

Declaration

property ReplaceReadOnly: Boolean;

 

Description

If set to True, allows files with the READONLY attribute to be replaced by an unzip operation.  If set to False, any file that is being unzipped that trys to replace a READONLY file will be skipped and the OnSkippingFile Event will be called.  

 

This is a published property so it can be set in the Object Inspector.  

The default value for ReplaceReadOnly is False.