Copyright © 2001-2019 MultiMedia Soft

ZIP.Close method

Previous pageReturn to chapter overviewNext page

Remarks

 

Closes a ZIP file session previously opened through the ZIP.Open method.

 

Without a previous call to the ZIP.Save method, a call to this method ignores and discards eventual modifications operated on the ZIP file.

 

For further details about methods for ZIP management refer to the ZIP object.

For details about using ZIP management refer to the How to manage ZIP files tutorial.

 

 

Syntax

 

[Visual Basic]

control.ZIP.Close (

) as enumErrorCodes


 

[C++]

short control.ZIP.Close (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful