Discuss this help topic in SecureBlackbox Forum
Specifies the version of PKZip software that has produced the archive.
Declaration
[C#/Java]
uint VersionMadeBy;
[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)
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