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
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
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
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