Discuss this help topic in SecureBlackbox Forum
Returns the size of the compressed file.
Declaration
[VB.NET]
Property FileSize As Long
[Pascal]
property FileSize : Int64;
[C++]
int64_t get_FileSize();
[PHP]
integer get_FileSize()
[Java]
long getFileSize();
Description
This property specifies the size of the compressed file.
Discuss this help topic in SecureBlackbox Forum