Unzip Problems
Hi all,
For my installer purposes, I have one zip file with 3 directories inside it (each directory installing one component). Based on the user's requirements I want to copy just those components which the user wishes to install. Presently I find support to extract either the whole zip or a particular file.
How can I get a directory from inside a zip file without unzipping the whole zip (storage space issues). Please help.
Thanks in advance.