Discuss this help topic in SecureBlackbox Forum
Specifies file size in bytes.
Declaration
[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