[
  {
    "Id": "226084",
    "ThreadId": "66545",
    "Html": "<p>I've been using this library for a few days now for a proof of concept project.&nbsp; We are required to ghost image our PC's whenever we load new or updated software packages on our PC's.&nbsp; We are also required to back up our files daily to a remote server, this latter requirement is the responsibility of each individual developer.&nbsp; I'm currently using a DOS script I wrote that leverages the WINZIP command line add-on, I thought it might be nice and more flexible to develop a small .NET console-based application to replace the script and need for the command line add-on.</p>\r\n<p>&nbsp;</p>\r\n<p>When trying to&nbsp;zip the entire contents of my c:\\users\\{user id|\\documents folder using the&nbsp;ZipLib.UpdateDirectory() method&nbsp;call, I&nbsp;experience an access exception &nbsp;as the method attempts to process subfolders that are junctions (such as My Music and My Pictures).&nbsp; Any ideas?&nbsp; I can work around the problem by iterating through each file and folder and look at the assigned file attributes, but this adds a hugh amount of overhead to the execution speed.</p>\r\n<p>&nbsp;</p>\r\n<p>Regards,</p>\r\n<p>-jeff</p>",
    "PostedDate": "2009-08-20T15:59:44.06-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "226208",
    "ThreadId": "66545",
    "Html": "<p>I'm thinking about this...</p>",
    "PostedDate": "2009-08-21T01:45:16.883-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "226362",
    "ThreadId": "66545",
    "Html": "<p>My opinion is that junctions are links and can be zipped by&nbsp;referencing the folder explicitely instead of proessing the junction.&nbsp; If the exception could be resolved to successfully process and zip junctions, then most likely the user community would ask for additional options to include/exclude this type of folder reference as its inclusion while zipping may or may not be desirable.</p>",
    "PostedDate": "2009-08-21T08:19:12.397-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "227581",
    "ThreadId": "66545",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=8617\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2009-08-25T11:33:13.167-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]