[
  {
    "Id": "233771",
    "ThreadId": "68704",
    "Html": "<p>Hello,</p>\r\n<p>assume that the zip file has several first level directories, like: &quot;toto/&quot;</p>\r\n<p>If I use removeselectedentries, I cannot delete the directory &quot;toto/&quot; like e.g. <span style=\"color:#0000ff\">zip.removeselectedentries (&quot;name = *&quot;,&quot;toto/&quot;)</span></p>\r\n<p>Is this a bug or how should I do it?</p>\r\n<p>Thanks,<br>Stephan</p>",
    "PostedDate": "2009-09-11T15:25:25.34-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "233773",
    "ThreadId": "68704",
    "Html": "<p>Can you clarify for me what you want to accomplish?</p>\r\n<p>Do you want to remove the entry with the path &quot;toto/&quot; ?</p>\r\n<p>do you want to remove all entries with the path &quot;toto/*.*&quot; ?</p>\r\n<p>both?</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2009-09-11T15:30:03.74-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "233778",
    "ThreadId": "68704",
    "Html": "<p>the directory toto/ is already empty, that means there is no other entry with a path containing &quot;toto/&quot;. So I like to remove the entry&nbsp;&quot;toto/&quot; (Isdirectory = TRUE). <br>I was able to use zip.removeselectedentries (&quot;name = *&quot;,&quot;toto/48/&quot;) in order to delete the subdirectory 48/ of directoy &quot;toto/&quot;. I thougth the same should work now with &quot;toto/&quot; but it doesn't.</p>\r\n<p>I also tried zip.removeselectedentries (&quot;name = toto/&quot;) but this does not work.</p>",
    "PostedDate": "2009-09-11T16:05:29.837-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "233787",
    "ThreadId": "68704",
    "Html": "<p>Hello,</p>\r\n<p>I have found my error:<br>directories in ZIP file don't end with &quot;/&quot;. So I have to use &quot;toto&quot; instead of &quot;toto/&quot;. Now it works.</p>\r\n<p>Yours<br>Stephan</p>",
    "PostedDate": "2009-09-11T16:48:11.23-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]