I have a zip file compressed using Ionic zip. Before extracting I need to verify the available disk space. But how do I find the uncompressed size before hand? Is there any header information in the zip file (by ionic) so that I can read it?
Share
This should do the trick:
Option 1
Or option 2 – will need to sift through the mass of info