FileComment Property

Specifies a comment for the entry in the zip file.

Syntax

QString GetFileComment(int iFileIndex);
int SetFileComment(int iFileIndex, QString qsFileComment);

Default Value

""

Remarks

Specifies a comment for the entry in the zip file. Before compression, set This property to include comments in this zip file. After an archive has been scanned, This property will contain any comments the zip file contains.

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

String

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