Cleanup |
| Drew Miller replied to Peter Bromberg at 02-Apr-08 10:32 |
It seems prudent to me to wrap both the ZipOutputStream and FileStream with using statements, to ensure that the code is being properly disposed of. Maybe I'm just overly cautious though ^_^
|
|