DotNetZip - rename file entry in zip file while compressing

Viewed 13880

Using DotNetZip, is it possible to compress a file such that the zip lists a different file name for a file than the file name on disk? For example, I want to add myFile.txt to a zip file, but I want it to be called otherFile.txt.

2 Answers
Related