tags:

views:

99

answers:

1

Hi, how can i extract tar file in iphone Sdk?i tried both miniZip and libZ.dylib, it extracts only .gZ file. i decompressed my.tar.gZ file into my.tar.but how can i extract again tar file?any one can help?

A: 

Have you looked at libtar?

Alex Reynolds
is it possible in iphone SDK?it consists lot of files...which one i have to use?READ ME file says to install it?
Mikhail Naimy
It's all C, looking at the lib and libtar folders, so you should be able to include these files in your project when compiling. This should work unless there is some special dependency. But it looks POSIX, as far as I can tell.
Alex Reynolds