ZipComment Property

The comment for the entire zip file.

Syntax

ANSI (Cross Platform)
char* GetZipComment();
int SetZipComment(const char* lpszZipComment); Unicode (Windows) LPWSTR GetZipComment();
INT SetZipComment(LPCWSTR lpszZipComment);
@property (nonatomic,readwrite,assign,getter=zipComment,setter=setZipComment:) NSString* zipComment;
- (NSString*)zipComment;
- (void)setZipComment:(NSString*)newZipComment;
#define PID_ZIP_ZIPCOMMENT 26

IPWORKSZIP_EXTERNAL void* IPWORKSZIP_CALL IPWorksZip_Zip_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_Zip_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Specifies a global comment for the zip file. Set this property before invoking Compress to include a comment in the zip file. Read it after invoking Scan to read the zip comment.

Data Type

String

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