I want to list the contents of a zip file but not actually unzip it.

This looks like it should do the job but I can't fathom out where stdout is going.

http://www.codeguru.com/vb/gen/vb_gr...php/c6743#more

I'm setting:

.ExtractList = ListContents
.WriteToStdOut = True

and when I do a .unzip no files are unzipped but no list either
Any clues?
.Unzip
.GetLastMessage
seems to list the contents of the files inside the zip file