Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.Size

TElVFSEntryInformation     


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


Specifies file size in bytes.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size : Int64;

[C++]
    int64_t get_Size();
    void set_Size(int64_t Value);

[PHP]
    integer get_Size()
    void set_Size(integer $Value)

[Java]
    long getSize();
    void setSize(long Value);

Description

    Use this property to get or set file size in bytes.

Discuss this help topic in SecureBlackbox Forum