{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is a question, not a work item in the code.",
    "ClosedDate": "2008-05-15T08:28:35.667-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I would like to create a zip with some files, and a couple of folders and sub folders, but when I do this, it is copying the entire directory breakdown.  Only the files in these folders are copied, but it includes the entire directory location in the zip...  How can I fix this?\n \nHere is the code I am using:\n \ntry\n                {\n                    using (ZipFile zip = new ZipFile(DatabaseCBFilePathTB1.Text + @\"\\Backup.zip\"))\n                    {\n                        zip.AddFile(Environment.CurrentDirectory + @\"\\DB.accdb\");\n                        zip.AddDirectory(Environment.CurrentDirectory + @\"\\Files\");\n                        zip.Save();\n                    }\n                }\n \nAny help and information is greatly appreciated.\n \nThanks Again,",
    "LastUpdatedDate": "2013-05-16T05:32:46.723-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-05-08T04:26:30.733-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Creating a Zip saves the entire directory path?",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 4652
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I have download version 1.9 and i am facing same issue ....\r\nNeed help how to resolve any Prop for this ?",
      "PostedDate": "2010-05-31T06:38:24.06-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:51.333-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:46.723-07:00",
      "Id": -2147483648
    }
  ]
}