Discuss this help topic in SecureBlackbox Forum

TElArchiveDirectoryEntry.FileSize

TElArchiveDirectoryEntry     See also     


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


Specifies size of the archive directory entry.

Declaration

[C#]
    ulong FileSize;

[VB.NET]
    Property FileSize As Long

[Pascal]
    property FileSize: UInt64;

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

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

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

Description

    This property contains size of the archived file or directory.

See also:     CompressedSize     FileName     FileDateCreated     FileDateModified     FileDateAccessed    

Discuss this help topic in SecureBlackbox Forum