Versions Compared

Key

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

Lists a zip files contents.

Syntax

Code Block
Result = SRP_Zip_RemoveFile(ZipHandle, Index, Password)

...

Call this routine to remove a file from a zip file. The value of Index can be the value returned by SRP_Zip_FindFile or the same index used to reference the file in the value returned by SRP_Zip_GetFileList. The Password parameter is necessary for password protected zip files. Note that in most zip files, the password is the same throughout, but it is possible to protect each file with its own password.

...