launch safari to open an url
launch safari to open an url
- Subject: launch safari to open an url
- From: Hernan Ochoa <email@hidden>
- Date: Sun, 15 May 2005 00:08:14 -0300
I have a command-line tool that uses the Core framework.
Can I use NSWorkspace from such an application?
I'm trying to launch Safari and open and url with it.
I've tried doing this with execl(), but it is impossible.
./Safari http://www.google.com results in Safari opening
file://current_directory/http://www.google.com.
very frustrating.
so, I finally was able to do it with NSWorkspace openUrl:withApplication:.
Can I use the NSWorkspace from a command-line tool Xcode project?
I tried addind the appkit framework to my project, but i can't get it
to work. doing an #include <AppKit/NSWorkspace.h> throws an error.
Thanks in advance.
_______________________________________________
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