A detailed reference guide for each SRP Zip Utility function. Included in each reference is the method's parameters, return value, special remarks, and examples.

FunctionDescription
SRP_Zip_AddFileAdds a file to a zip file.
SRP_Zip_CloseCloses a zip file.
SRP_Zip_CreateCreates a new zip file.
SRP_Zip_ExtractFileExtracts a file from a zip file into a variable.
SRP_Zip_FindFileGets the index of a given file.
SRP_Zip_GetFileListLists a zip file's contents.
SRP_Zip_GetLastErrorReturns the last known error.
SRP_Zip_OpenOpens an existing zip file.
SRP_Zip_RemoveFileRemoves a file from a zip file.
  • No labels