[
  {
    "Id": "997335",
    "ThreadId": "432204",
    "Html": "I am using DotNet Zip to zip up a dataset that is written to an XML file all froma  web page.\r<br />\n<br />\nWhen I use Server.MapPath to find the file to zip the entire server local path is stored in the zip file. \r<br />\n<br />\nI have tried a few variations on this and have not been able to locate just the virtual path and not include the path in the zip file. \r<br />\n<br />\nIs there a sample somewhere that shows the correct method to accomplish this?\r<br />\n<br />\nthanks,<br />\n",
    "PostedDate": "2013-02-06T07:32:48.16-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1002366",
    "ThreadId": "432204",
    "Html": "Hi\r<br />\n<br />\nHow do you want the files to appear in the .zip File? \r<br />\nIf you want all files to appear in the .zip file without directories, it can be easily done by passing String.Empty as the second parameter to the ZipFile.AddFile method.\r<br />\nThis will place the file in the root of the .zip file.\r<br />\n<br />\nHope this helps<br />\n",
    "PostedDate": "2013-02-17T00:49:03.467-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]