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 ZipMan class.
For details about using ZIP management refer to the How to manage ZIP files tutorial.
Syntax
[Visual Basic] Public Function Save ( ) as enumErrorCodes |
[C#] public enumErrorCodes Save ( ); |
[C++] public: enumErrorCodes 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. |