Question:
I'm looking for a simple code snippet in VB.net to zip a simple list of files like "test.txt,pic.jpg,todo.doc"
You would simply call AppendOneFileOrDir for each file, and then call WriteZipAndClose after all file references have been appended.
In summary: