Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.Size

TElFTPSServerFileInfo     


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


This property specifies file size.

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

    This property specifies the size of the file.

Discuss this help topic in SecureBlackbox Forum