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