Contents - Index - Previous - Next


ExternalFileAttributes property

 

Applies to

TVCLUnZip component

 

Declaration

property ExternalFileAttributes[Index]: Integer: U_LONG;

 

Description

The ExternalFileAttributes property contains the MSDOS file attributes in the low order byte.  You can read this using the file attribute constants faReadOnly, faDirectory, faArchive, faHidden, faSysFile, and faVolumeID.  

 

Run-time only

Read-only