zip_close ()

Read(528) Label: zip, close,

Description:
 
 Close a zip file.

Syntax:
   zip_close(zip) 

Note:

The external library function closes a zip file to release source.
Parameter:

zip

A zip file object

Example:

 

A

 

1

=zip_open("D:/z2.zip")

Open a zip file

2

=zip_add(A1,"D:dir1/conn.java")

Add files under D:dir1/conn.java to A1’s zip file

4

>zip_close(A1)

Close a zip file