I've got a file, bigfile.gz, in the bundle of my iPhone app. At app start, I want to gunzip that file to my Documents directory within my app. How can I achieve this programmatically?
Basically I want the effect of: gunzip bigfile.gz
.. obviously a gunzip
utility is not available in the iOS environment though.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…