Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creates a new zip file.

Syntax

Code Block
ZipHandle = SRP_Zip_Create(File)

...

Call this routine to create a new zip file. If the zip file already exists, then it will be replaced by this one. In both cases, the new zip file is empty. Use the returned handle in subsequent SRP Zip Utility calls.

You must call SRP_Zip_Close when you finished with an opened zip file.

...