ZIP.Save method |
|
Remarks
Saves a ZIP file session previously opened through the ZIP.Open or ZIP.Create methods.
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.Save ( ) as enumErrorCodes |
[C++] short control.ZIP.Save ( ); |
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. |