[
  {
    "Id": "584697",
    "ThreadId": "250770",
    "Html": "\r\n<p>Absolutely a great project! I was using the Zipit.exe to freshen/update an existing .zip file.&nbsp;</p>\r\n<p>I'm trying something like:</p>\r\n<p>Z:\\temp\\Downloads\\ZipLib\\DotNetZipUtils-v1.9\\zipit.exe Z:\\OSSMobile1\\Backups\\drived.zip -d c:\\temp -D omni -r&#43;</p>\r\n<p>where:</p>\r\n<p>drived.zip already exists</p>\r\n<p>c:\\temp is the folder to recurse</p>\r\n<p>omni is the folder within the&nbsp;drived.zip to append/update to</p>\r\n<p>Is this possible?</p>\r\n",
    "PostedDate": "2011-03-22T17:32:24.13-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "586357",
    "ThreadId": "250770",
    "Html": "<p>yes, it is possible.</p>\r\n<p>have you tried it?&nbsp; did it not meet your expectations?&nbsp; If so, what's the problem?</p>",
    "PostedDate": "2011-03-25T05:28:08.36-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "590705",
    "ThreadId": "250770",
    "Html": "<p>Works great! Can selectors exclude by subfolder name possible?</p>\r\n<p>D:\\temp\\Downloads\\ZipLib\\DotNetZipUtils-v1.9\\zipit.exe D:\\OSSMobile1\\Backups\\drived.zip -r+ -d omni -D I:\\omni \"name = *.* and attrs&nbsp;<br />!= H\"</p>\r\n<p>would like to also exlude any subfolders found during recursion where subfolder name != \"_vti_cnf_\" or something like folder name !=&nbsp;\"*_vti*\"</p>",
    "PostedDate": "2011-04-02T11:30:53.623-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "591454",
    "ThreadId": "250770",
    "Html": "<p>yes, you can specify matching on filenames or directory names, and you can ue wildcards.&nbsp; You may need to do sth like this:</p>\r\n<p>name !=&nbsp;\"./*_vti*/*.*\"</p>\r\n<p>In other words, prefix the pattern for the filename, with a ./</p>",
    "PostedDate": "2011-04-04T11:02:17.373-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]