Copyright © 2006-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 ZipMan class.

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

 

 

Syntax

 

[Visual Basic]

Public Function Close (

) as enumErrorCodes


 

[C#]

public enumErrorCodes Close (

);


 

[C++]

public: enumErrorCodes Close (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.