Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Create and open

Using

hZip = SRP_Zip_Open(Zip_File)

Zip file is LKOV

Docs say if file does not exist it is created for you, is this correct or do I have to use SRP_Zip_Create?

Comments

  • That is correct. Note that you have to call SRP_Zip_Close when you are done in order for the zip file to finally appear. Not closing a zip file (especially if it already exists), will lock the file indefinitely until OI is restarted.
  • I think what happened is in my testing of the code I had placed a debug before the SRP_Zip_Close and not called it, subsequent tests of the code then gave this error due to the lock being place.

    Thanks for the help.
Sign In or Register to comment.