Discuss this help topic in SecureBlackbox Forum
Specifies size of the archive directory entry.
Declaration
[VB.NET]
Property FileSize As Long
[Pascal]
property FileSize: UInt64;
[C++]
uint64_t get_FileSize();
void set_FileSize(uint64_t Value);
[PHP]
integer get_FileSize()
void set_FileSize(integer $Value)
[Java]
long getFileSize();
void setFileSize(long arg0);
Description
This property contains size of the archived file or directory.
Discuss this help topic in SecureBlackbox Forum