Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Size

TElBoxDataStorageObject     


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


Returns the size of the data object in bytes.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size: Int64;

[C++]
    int64_t get_Size();

[PHP]
    integer get_Size()

[Java]
    long getSize();

Description

    Use this property to check the file or folder size in bytes.

Discuss this help topic in SecureBlackbox Forum