[
  {
    "Id": "652334",
    "ThreadId": "267725",
    "Html": "<p>Hi,</p>\n<p>i am using the SelectEntries method of an ZipFile instance with the latest release version (v.1.9.1.6).</p>\n<p>&nbsp;</p>\n<div style=\"color: black; background-color: white;\">\n<pre>ICollection&lt;ZipEntry&gt; icZE = <span style=\"color: blue;\">null</span>;\n<span style=\"color: blue;\">using</span> (ZipFile zip = ZipFile.Read(mZipFile))\n{\n  \n  <span style=\"color: blue;\">string</span> selectcriteria = <span style=\"color: #a31515;\">\"name = 'C\\Test Folder\\*'\"</span>;\n  icZE = zip.SelectEntries(selectcriteria);\n}\n</pre>\n</div>\n<p>&nbsp;</p>\n<p>With version 1.9.1.5 this worked fine. Now it deliveres nothing.</p>\n<p>On a side note:</p>\n<pre><span style=\"color: blue;\">string</span> selectcriteria = <span style=\"color: #a31515;\">\"name = C\\TestFolder\\*\"</span></pre>\n<p>This still works (as long as you don't need the ' it seems to work. But i can't use it, since the file/folder structure uses spaces.</p>\n<p>Thanks in advance for any help.</p>",
    "PostedDate": "2011-08-04T05:51:58.753-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "652399",
    "ThreadId": "267725",
    "Html": "<p>Thanks for the report. I would like to look into this further. &nbsp;What is implied by \"C\\TestFolder\" ?</p>\r\n<p>Is that a local directory called \"C\", under which there is an additional directory called \"TestFolder\"?&nbsp; Are you missing a colon there?</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-08-04T07:15:15.857-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "652415",
    "ThreadId": "267725",
    "Html": "<p>\"C\" is a folder in the Zipfile, as is \"Test Folder\".</p>\n<p>With the option * i want to select everything in that folder.</p>\n<p>You can also try this with a structure like \"name = 'folder1\\folder2\\*'\", while the zip contains the following files (for example):</p>\n<p>- folder0\\ &lt;- should and was not selected with previous version</p>\n<p>- folder0\\testfile.txt &lt;- should and was not selected with previous version</p>\n<p>- folder1\\folder2\\ &lt;- should be selected but is not</p>\n<p>- folder1\\folder2\\testfile.txt &lt;- should be selected but is not</p>\n<p>- folder1\\folder2\\testfile2.txt &lt;- should be selected but is not</p>\n<p>Regards,</p>\n<p>DexMiK</p>",
    "PostedDate": "2011-08-04T07:38:05.93-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "652496",
    "ThreadId": "267725",
    "Html": "<p>ok I think I understand that, let me have a look.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-08-04T09:40:07.237-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "652530",
    "ThreadId": "267725",
    "Html": "<p>I reproduced that problem here.&nbsp;&nbsp;Looking into a fix now.</p>",
    "PostedDate": "2011-08-04T10:18:26.917-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "652613",
    "ThreadId": "267725",
    "Html": "<p>very nice. thank you a lot.</p>\r\n<p>and thanks for those very useful libraries.</p>",
    "PostedDate": "2011-08-04T12:04:27.253-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "652660",
    "ThreadId": "267725",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/workitem/14033\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2011-08-04T13:43:46.633-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]