Size: Integer;
Size: Integer;
The Size property returns the source size of the file, to which the current archive element corresponds.
Size is returned in bytes. The property is relevant only for files. If the current element corresponds with the folder, the property returns 0.
The example of use is given in description of the IZipArchiveEntry.ArchPath constructor.
See also: