Returns the last known error.
Error = SRP_Zip_GetLastError() |
A message describing the nature of the error.
Call this routine whenever any of the other SRP Zip Utility routines fails to provide expected results.
// Always test for errors hZip = SRP_Zip_Open(TestZIP) If hZip EQ 0 then Call Msg(@Window, SRP_Zip_GetLastError()) end |