Re: Compress / Uncompress [solved]

2010-05-03 Thread koko
Tip o' the hat to Michael ... ditto is the tool for which I was looking ! -koko On May 3, 2010, at 9:17 AM, Michael Ash wrote: On Sun, May 2, 2010 at 10:09 PM, wrote: If a director is compressed in the Finder, and added to an app's resources, and the app wants to copy the compressed di

Re: Compress / Uncompress

2010-05-03 Thread koko
Thanks for the tips ... I will let you know the results when I get there ! -koko On May 3, 2010, at 9:17 AM, Michael Ash wrote: On Sun, May 2, 2010 at 10:09 PM, wrote: If a director is compressed in the Finder, and added to an app's resources, and the app wants to copy the compressed d

Re: Compress / Uncompress

2010-05-03 Thread Michael Ash
On Sun, May 2, 2010 at 10:09 PM, wrote: > If a director is compressed in the Finder, and added to an app's resources, > and the app wants to copy the compressed director to a location and > uncompress the directory what is the  correct process. > > I have done unzip and uncompress as NSTask but n

Re: Compress / Uncompress

2010-05-02 Thread Jens Alfke
On May 2, 2010, at 7:09 PM, k...@highrolls.net wrote: > I have done unzip and uncompress as NSTask but neither yields the result as > if the compressed directory was double-clicked in the Finder. The Finder creates a standard zip archive, so ‘unzip’ is the right task to run via NSTask. > Spec