Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.VersionMadeBy

TElZipArchiveDirectoryEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the version of PKZip software that has produced the archive.

Declaration

[C#]
    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)

[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.

See also:     VersionToExtract    

Discuss this help topic in SecureBlackbox Forum