Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Syntax
<Result> = zipNbPart(<Archive>)
<Result>: Integer
Number of parts found in the specified archive:- 1: if this is a single-part archive or if the multi-part archive only contains one sub-archive.
- n: If the archive is multi-part.
<Archive>: Character string or zipArchive variable
Name of the archive to be used.
This name can correspond to:
Remarks
A multi-part archive can be made of a single part
A multi-part archive can be made of a single sub-archive (part). Indeed, when splitting an archive, the size specified for the sub-archives can be greater than the size of the archive.
Business / UI classification: Business Logic