Syntax
<Archive>: Character string or zipArchive variable
Name of the archive to be used.
This name can correspond to:
Remarks
Use conditions
- An archive can be closed only if:
- The archive is opened. Archives are opened with zipOpen.
- The archive exists. Archives are created with zipCreate.
- All the archives will be automatically closed when the application is stopped.
- A WLanguage error occurs if the archive to close does not exist. The program is stopped.
Reminder:
Only ZIP, TAR and TGZ (TAR.GZ) archives are available.
Business / UI classification: Business Logic