Discuss this help topic in SecureBlackbox Forum
Specifies the version of PKZip software that has produced the archive.
Declaration
[VB.NET]
Property VersionMadeBy As UInt32
[Pascal]
property VersionMadeBy : cardinal;
[C++]
uint32_t get_VersionMadeBy();
void set_VersionMadeBy(uint32_t Value);
[PHP]
integer get_VersionMadeBy()
void set_VersionMadeBy(integer $Value)
[Java]
int getVersionMadeBy();
void setVersionMadeBy(int Value);
Description
Use this property to get or set the version of PKZip software that has produced the archive.
Discuss this help topic in SecureBlackbox Forum