IPWorks ZIP 2020 C++ Builder Edition

Questions / Feedback?

FileAttributes Property

The attributes of the files to be compressed or decompressed.

Syntax

__property int FileAttributes[int FileIndex] = { read=FFileAttributes, write=FSetFileAttributes };

Default Value

0

Remarks

The attributes of the files to be compressed or decompressed. It will then be written to the archive during compression and to the file system during extraction.

If desired, you may change the value of Attributes before compressing or decompressing.

The property is a bitmask of flags, corresponding to the MS-DOS directory byte:

Readonly1
Hidden2
System4
Directory16
Archive32

In the Java Edition, due to limitations of the JRE, the effect of this property is limited. When including files, only the Hidden and Readonly bits will be read from the file system, and during extraction only the Readonly attribute will be written.

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 C++ Builder Edition - Version 20.0 [Build 8300]