[
  {
    "Id": "515239",
    "ThreadId": "232984",
    "Html": "\r\n<p>Hello guys, great work!!!</p>\r\n<p>One question for the moment....</p>\r\n<p>i&nbsp; have</p>\r\n<p>C:\\test</p>\r\n<p>and these files</p>\r\n<p>a = C:\\test\\test1\\test.txt</p>\r\n<p>b = C:\\test\\test2\\test.xls</p>\r\n<p>c = C:\\test\\test3\\test.bmp</p>\r\n<p>if i add these files to a zip and save it in the C:\\test it makes me a zip file with the test file and its subfolders and subfiles.I want to make a zip file in the C:\\test in witch it will be contain only the files test.txt,test.xls etc. is there any way\r\n to do this??</p>\r\n<p>zip.addfile(a);</p>\r\n<p>zip.addfile(b);</p>\r\n<p>zip.addfile(c);</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n",
    "PostedDate": "2010-10-31T16:58:43.473-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "515275",
    "ThreadId": "232984",
    "Html": "\r\n<p>yes, there is a way to do what you want.</p>\r\n<p>check <a href=\"http://cheeso.members.winisp.net/DotNetZipHelp/html/05a2aea6-741b-14ed-3ab2-53ff84be0f4b.htm\">\r\nthe documentation on the AddFile methods</a>.&nbsp; You want the 2nd overload, the one that accepts a\r\n<strong>directoryPathInArchive </strong>argument.</p>\r\n",
    "PostedDate": "2010-10-31T19:33:29.887-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]