[
  {
    "Id": "1028628",
    "ThreadId": "439831",
    "Html": "I'm sorry if this question has been asked many times before. I'm new to this forum.\r<br />\n<br />\nLet's say I have a zip file with another file in it, with a path of C:/Users/Admin/Something.txt.\r<br />\nIf I were to save the zip file, and then read it, I would have to browse Users, Admin, and then I would find Something.txt.\r<br />\n<br />\nAny ways to have the file without browsing anything?<br />\n",
    "PostedDate": "2013-04-10T12:22:33.07-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1028724",
    "ThreadId": "439831",
    "Html": "If you mean adding files without it's full path?\r<br />\n<br />\n<a href=\"mailto:zip.AddFile(@&quot;C:/Users/Admin/Something.txt&quot;,\" rel=\"nofollow\">zip.AddFile(@\"C:/Users/Admin/Something.txt\",</a> String.Empty);\r<br />\n<br />\nThat will put it in the root of your zip file.<br />\n",
    "PostedDate": "2013-04-10T15:28:29.13-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]