[
  {
    "Id": "653230",
    "ThreadId": "267933",
    "Html": "\r\n<p>Hello,</p>\r\n<p>in the meanwhile I have worked a little with the great DotNetZip library, but now I need to write a class to handle all operations with&nbsp;zip archives. What I want is a class who give back an error status, also the class must handle all errors. Within\r\n the own class I plan to have a property like &quot;IsOk&quot; or &quot;IsError&quot; if&nbsp;an error&nbsp;occured by&nbsp;opening the archives or reading entries and files.</p>\r\n<p>In my constructor &quot;new (ByVal ...) &nbsp;I&nbsp;set the filename, than I check if the file is an archive (with IsZipFile), but when the archive is corrupt or one of the files are corrupted, so I need as result an error-message or error-number.</p>\r\n<p>The tool runs without a GUI and it is not possible to stop the work, only to skip the archive. In this case I will write an entry in a logfile and go to the next archive.</p>\r\n<p>Have anyone written a class and can give me any tips?</p>\r\n<p>Best regards,<br>\r\nMaximilian</p>\r\n",
    "PostedDate": "2011-08-05T09:32:49.077-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "653368",
    "ThreadId": "267933",
    "Html": "<p>Good luck with your project.</p>\r\n<p>You should first have a look at the <a href=\"http://cheeso.members.winisp.net/DNZHelp/html/910d0ca1-a0ce-0b86-1459-1b13dd1f30d8.htm\">ZipFile.CheckZip methods</a>.&nbsp; and the <a href=\"http://cheeso.members.winisp.net/DNZHelp/html/2467cbed-488a-e0e1-2a66-9c49e9edbf26.htm\">ZipFile.IsZipFile() methods</a>.</p>",
    "PostedDate": "2011-08-05T12:06:34.583-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "653484",
    "ThreadId": "267933",
    "Html": "<p>Hi Cheeso,</p>\r\n<p>thanks for the both links, but I know the functions. What I mean / need is a replay after open assigned file with ...zipfile.read(filename)... like -1 = not opened or 1 = opened or is the function IsZipFile enough to go sure that te archive is ready to read?</p>\r\n<p>Regards,<br />Daniel</p>\r\n<p>PS:<br />My Project is running, but I would like to increase the stability</p>",
    "PostedDate": "2011-08-05T17:00:12.827-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "653521",
    "ThreadId": "267933",
    "Html": "<p>Hmmm, I don't know what it means \"replay after open assigned file\" .&nbsp; But anyway I Was only making a suggestion.</p>\r\n<p>Good luck.</p>",
    "PostedDate": "2011-08-05T19:27:55.683-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]