[
  {
    "Id": "186521",
    "ThreadId": "55249",
    "Html": "This is my code:<br>\r\n<br>\r\nZipFile Zip = new ZipFile();<br>\r\nstring[] FileList = Directory.GetFiles(DirectoryToBackup, &quot;*.*&quot;, SearchOption.AllDirectories);<br>\r\nZip.AddFiles(FileList, true, &quot;Prova&quot;);<br>\r\n<br>\r\nIt makes a Zip file but in the zip file there is the complete tree path of the original folder. In my case &quot;Users\\Administrator\\AppData\\Roaming\\Mozilla\\&quot;. <br>\r\nIt seems that the <em>string directoryPathInArchve</em> value passed (&quot;Prova&quot; in the example) to the method is not working when I set to <em>true </em>the <em>recursiveDirHierarchy</em>.<br>\r\nIf I set to <em>false, </em>I lose the tree of original folder, so It is useless.<br>\r\n<br>\r\nI think it is a bug. (There was at AddSelectedFile() Method too (see here: http://dotnetzip.codeplex.com/Thread/View.aspx?ThreadId=49468, fixed after bug report)<br>\r\n<br>\r\nThanks!<br>\r\n",
    "PostedDate": "2009-05-04T06:01:51.423-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "186578",
    "ThreadId": "55249",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=7728\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2009-05-04T08:52:49.043-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "188186",
    "ThreadId": "55249",
    "Html": "<p>This is now fixed in v1.8.3.3.</p>",
    "PostedDate": "2009-05-08T09:12:08.787-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "188272",
    "ThreadId": "55249",
    "Html": "<p>Yes, I confirm, the bug has been fixed. Thank you! <em></em></p>",
    "PostedDate": "2009-05-08T13:08:41.113-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "188300",
    "ThreadId": "55249",
    "Html": "<p>Great, glad to hear it.&nbsp; <br>Bene, bene, Molto bene.</p>",
    "PostedDate": "2009-05-08T14:05:48.483-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]