{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 30476.  First available in v1.8.2.5.",
    "ClosedDate": "2009-03-29T12:37:30.483-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hello, my name's Alessandro.\nI'm using DotNetZip 1.8.2.3 but I have some problems with the AddSelectedFiles Method when I try to zip a folder with the necessity of exclusion some files.\nFor example, I tried to zip the Mozilla Profile Folder:\n \nZipFile _zip = new ZipFile();\n_zip.AddSelectedFiles(\"name != parent.lock and name != places.sqlite-journal\", _profilePath, \"Mozilla\", true);\n_zip.Save(_nameOfZipFile);\n \nIt makes the zip file but the files contained in the zip file lose the tree of the original folder.",
    "LastUpdatedDate": "2013-05-16T05:32:27.067-07:00",
    "PlannedForRelease": "1.8 DotNetZip",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-03-29T11:51:34.61-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipFile.AddSelectedFiles() should preserve the directory hierarchy",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 7374
  },
  "FileAttachments": [],
  "Comments": []
}