Is there any way to get a list of files that are contained in a zip file without unzipping it?
I’m trying to replace a Stuffit script with a non-Stuffit version. With Stuffit I’m able to open the archive, check for the file I want and then decide whether to decompress the file.
I was thinking that a workaround for this would be to store the names of the compressed files in the comments of the ZIP file, but it seems kind of awkward/hokey.