[
  {
    "Id": "841753",
    "ThreadId": "357413",
    "Html": "\r\n<p>Hi</p>\r\n<p>Thanks for your&nbsp;great&nbsp;project.</p>\r\n<p>I zipped my file by this code:</p>\r\n<p>&nbsp;</p>\r\n<p></p>\r\n<div style=\"color:black; background-color:white\">\r\n<pre><span style=\"color:blue\">public</span> <span style=\"color:blue\">static</span> <span style=\"color:blue\">void</span> ZipTextDB(<span style=\"color:blue\">string</span> TextDBMdf, <span style=\"color:blue\">string</span> TextDBLdf)\r\n{\r\n    <span style=\"color:blue\">using</span> (ZipFile zip = <span style=\"color:blue\">new</span> ZipFile())\r\n    {\r\n        zip.Password = <span style=\"color:#a31515\">&quot;123!&quot;</span>;\r\n        zip.AddFile(<span style=\"color:#a31515\">&quot;C:\\\\Users\\\\Hamid\\\\TextDB.mdf&quot;</span>);\r\n        zip.Password = <span style=\"color:#a31515\">&quot;!456&quot;</span>;\r\n        zip.AddFile(<span style=\"color:#a31515\">&quot;C:\\\\Users\\\\Hamid\\\\TextDB_log.LDF&quot;</span>);\r\n\r\n        zip.Save(<span style=\"color:#a31515\">&quot;C:\\\\Users\\\\Hamid\\\\TextDB.zip&quot;</span>);\r\n    }\r\n\r\n}\r\n</pre>\r\n</div>\r\n<p></p>\r\n<p>now i confused to how extract files. i read document but not found any things that help me.</p>\r\n<p>thanks for helping me.</p>\r\n",
    "PostedDate": "2012-05-28T11:10:33.98-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]