is it possible to open zip file and acts with it as it was a folder. I need to do partial unzip of one folder inside ZIP file from hunders at a time. Standard iteration through is wery slow (presuming I need to open folder with ID=432, so 431 folders will be checked before). Is there any approach I can partially and quickly unzip some data from zip?
Thanks
see this example it may help to you .