Discuss this help topic in SecureBlackbox Forum
Specifies the length of uncompressed file.
Declaration
[VB.NET]
Property FileSize As Long
[Pascal]
property FileSize : Int64;
[C++]
int64_t get_FileSize();
void set_FileSize(int64_t Value);
[PHP]
integer get_FileSize()
void set_FileSize(integer $Value)
[Java]
long getFileSize();
void setFileSize(long Value);
Description
This property specifies the length of uncompressed file.
Discuss this help topic in SecureBlackbox Forum