janderson055
New Member
- Joined
- Feb 7, 2012
- Messages
- 30
I have a Zip file that contains more Zip files (Zipception?).
Basically I need to read/edit the comments for the ZipFileParent, as well as the ZipFileChilds. I'm pretty experienced with VBA and unzipping/zipping files within VBA, just wondering if there is a way to get the comments from those zip files. Thanks.
Code:
ZipFileParent\
ZipFileChild1
ZipFileChild2
ZipFileChild3
ZipFileChild4
ZipFileChild5
Basically I need to read/edit the comments for the ZipFileParent, as well as the ZipFileChilds. I'm pretty experienced with VBA and unzipping/zipping files within VBA, just wondering if there is a way to get the comments from those zip files. Thanks.