Discuss this help topic in SecureBlackbox Forum
Specifies file size in bytes.
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 Value);
Description
This property specifies the file size in bytes. Old implementations of Tar support only files up to 8 GBytes big.
Discuss this help topic in SecureBlackbox Forum