Allows you to know whether an archive exists. An archive exists if it was opened by
zipOpen or if it was created by
zipCreate.
Syntax
<Result> = zipExist(<Archive>)
<Result>: Boolean
- True if the archive exists,
- False otherwise.
<Archive>: Character string or zipArchive variable
Name of the archive to be used.
This name can correspond to:
Business / UI classification: Business Logic