Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.FileSize

TElGZipFileAttributes     


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


Specifies the length of uncompressed file.

Declaration

[C#]
    long FileSize;

[VB.NET]
    Property FileSize As Long

[Pascal]
    property FileSize : Int64;

[C++]
    int64_t get_FileSize();
    void set_FileSize(int64_t Value);

[PHP]
    integer get_FileSize()
    void set_FileSize(integer $Value)

[Java]
    long getFileSize();
    void setFileSize(long Value);

Description

This property specifies the length of uncompressed file.

Discuss this help topic in SecureBlackbox Forum