Discuss this help topic in SecureBlackbox Forum

TElTarArchiveDirectoryEntry.CheckSum

TElTarArchiveDirectoryEntry     


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


This file (directory) checksum.

Declaration

[C#]
    uint CheckSum;

[VB.NET]
    Property CheckSum As UInt32

[Pascal]
    property CheckSum : UInt32;

[C++]
    uint32_t get_CheckSum();

[PHP]
    integer get_CheckSum()

[Java]
    int getCheckSum();

Description

Use this property to get the checksum of this archive entry.

Discuss this help topic in SecureBlackbox Forum