Re: Creating tar-archives
Re: Creating tar-archives
- Subject: Re: Creating tar-archives
- From: Nir Soffer <email@hidden>
- Date: Sun, 20 Aug 2006 15:07:46 +0300
On Aug 20, 2006, at 1:24 PM, Björn Raupach wrote:
does someone know some kind of framework for creating tar-archives?
In fact it doesn't have to be tar, but I need a portable way to
concat files and extract them. Zip is undesirably because the data
gets encoded afterwards and well its pretty boring and error-prone
to create this task yourself.
The most portable way is zip. The easiest way to create zip file is
with NSTask and /usr/bin/ditto.
If you search the list archive you will find a discussion about this
few weeks ago.
Best Regards,
Nir Soffer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden