Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.Size

TElSftpFileAttributes     See also     


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


Contains the size of a file 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);

Parameters

  • LowPart -
  • HighPart -

Description

    This property contains the size of a file in bytes.

See also:     AllocationSize    

Discuss this help topic in SecureBlackbox Forum