Syntax
<Result> = zipSize(<Archive> [, <Type of size>])
<Result>: Integer
Size of archive.
<Archive>: Character string (with quotes) or zipArchive variable
Name of archive to use.
This name can correspond to:
<Type of size>: Optional boolean
Type of calculation performed to get the size of the archive:- True: Size of all the compressed files found in the archive.
- False (default value): Size of all the files found in the archive before compression.
Business / UI classification : Business Logic