|
Post by Roger on Apr 6, 2005 16:29:20 GMT -5
Hi, Is there any way you can think of that this can be done? This file is to be added to zip: c:\temp\file1.txt
But, we would like to go in zip like this d:\dir1\file1.txt d:\dir2\file1.txt same file in zip twice, so it will be output to 2 different locations. Any way it can be done? Thanks, Roger
|
|
|
Post by Kevin on Apr 6, 2005 19:48:07 GMT -5
Right now, I can't think of anything, but I'm pretty tired and about to head to bed. I'll think about it again tomorrow when I'm a little fresher and get back to you.
Kevin
|
|
|
Post by Kevin on Apr 7, 2005 15:54:06 GMT -5
Roger,
I don't think there is a way to do this short of making sure the file is in both places when you compress the file. It would have to actually be zipped twice anyway because you can't have two pointers in the zip file pointing to the same compressed data.
Kevin
|
|