[
  {
    "Id": "285855",
    "ThreadId": "83170",
    "Html": "<p>If we have an entry with a long name like:</p>\r\n<p>C:\\Documents and Settings\\user\\My Documents\\Presentations\\Press\\Life-Processes-StandAlonePresent-Security-2\\Life process- Introduction\\New Folder\\0.zip</p>\r\n<p>&nbsp;</p>\r\n<p>How to save to a temp location:</p>\r\n<p>c:\\temp\\0.zip</p>\r\n<p>&nbsp;</p>\r\n<p>The issue we are having is it ends up saving all the dirs in temp folder when we save it.</p>\r\n<p>Please let me know if you have any suggestions.</p>\r\n<p>Thanks</p>\r\n<p>N</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-02-04T09:05:20.557-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "285997",
    "ThreadId": "83170",
    "Html": "<p>I think I don't understand the question, because it seems like it should be a very simple answer.</p>\r\n<p>If you have a file at c:\\very log path\\etc\\etc\\0.zip</p>\r\n<p>and you want the file to be at c:\\temp\\0.zip</p>\r\n<p>can you not simply copy the file?&nbsp; File.Copy() ??</p>\r\n<p>Because it is so simple and obvious, I'm sure I'm misunderstanding what you are asking.</p>",
    "PostedDate": "2010-02-04T15:34:47.553-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "286050",
    "ThreadId": "83170",
    "Html": "<p>Sorry about that. I forgot to mention that the source and destination computers are different.</p>\r\n<p>It will be created in the Source computer (Developer computer).</p>\r\n<p>It will be shipped and extracted in users computers but would like to avoid the long entry names.</p>\r\n<p>Thanks</p>",
    "PostedDate": "2010-02-04T19:11:18.96-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "286170",
    "ThreadId": "83170",
    "Html": "<p>I'm sure I still don't understand the problem.&nbsp; If they are on different computers, then you have to copy the file across the network.</p>\r\n<p>It seems you are asking about how to copy files from one filesystem to another.&nbsp;&nbsp; If this is a DotNetZip question, you need to ask it more clearly.</p>\r\n<p>I think maybe you want to create a zipfile and specify directory paths for each entry in the zip file.&nbsp; This has nothing to do with the path of the zipfile itself.</p>\r\n<p>There are parameters in the various AddFiles(), AddDirectory(), AddSelectedFiles()&nbsp;methods that allow you to specify a directory path to use within the archive.&nbsp; This param is often called directoryInArchive.&nbsp; Consult the doc, give it a try, and ask if you get hung up.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2010-02-05T04:26:54.73-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]