bool Size(int &iBytesHighDWord,int &iBytesLowDWord);
Return value
Returns true if the value is present or false if otherwise.
Parameters
Remarks
Size of the file is reported in bytes as a 64 bit integer. Since Lua lacks a 64 integer data type the information have been split into two 32 bit integers. If the file is less the 2 GB in size, iBytesHighDWord will always be zero.