Re: Cocoa applications as "droplets"
Re: Cocoa applications as "droplets"
- Subject: Re: Cocoa applications as "droplets"
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 24 Nov 2003 15:56:57 +0100
As written in the list archives.
NSArray *myArgs = [[NSProcessInfo processInfo] arguments];
Maybe it will help.
On Monday, November 24, 2003, at 03:25 PM, Sean Gilbertson wrote:
All,
I like the ability of applescripts to capture launch arguments so
easily, especially with the semantics of a drag-and-drop application.
Obviously, a C application comes with argc and argv, so I'm wondering
if Cocoa provides any useful facilities for doing this -- perhaps
something similar to an NSApplicationDidFinishLaunchingNotification,
with useful "userInfo."
Thanks,
Sean
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.