Re: open with url
Re: open with url
- Subject: Re: open with url
- From: Douglas Davidson <email@hidden>
- Date: Tue, 24 Jul 2001 13:08:19 -0700
On Tuesday, July 24, 2001, at 01:03 PM, Rob Rix wrote:
If all else fails, you might consider using an NSTask and the
command-line "open" tool.
/usr/bin/open allows you to open files but not (yet) more general URLs.
It is mainly just a command-line wrapper around NSWorkspace
functionality.
Douglas DAvidson