How do I use the classes in the Zip package to:
1) zip a file. For example, I want to zip the file c:\temp\test.txt into c:\temp\testzip.zip
2) unzip a file. For example, I want to unzip all the contents of c:\temp\testzip.zip to c:\temp