Is there a way to create a Zip archive that contains multiple files, when the files are currently in memory? The files I want to save are really just text only and are stor
Yes, you can use SharpZipLib to do this - when you need to supply a stream to write to, use a MemoryStream.
MemoryStream