Re: St00pid newbie question about sending URLs to the default Web browser
Re: St00pid newbie question about sending URLs to the default Web browser
- Subject: Re: St00pid newbie question about sending URLs to the default Web browser
- From: Ben Hines <email@hidden>
- Date: Fri, 14 Dec 2001 19:10:47 -0800
At 1:00 PM +0100 12/14/01, Stiphane Sudre wrote:
Actually IIRC,
[[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:@"http://www.stepwise.com/"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:@"
http://www.stepwise.com"]]; works fine here, no
trailing slash needed. Is there some reason to use it?
-Ben
--