Re: cocoa and argv
Re: cocoa and argv
- Subject: Re: cocoa and argv
- From: Georg Tuparev <email@hidden>
- Date: Thu, 15 Aug 2002 13:13:46 +0200
On Thursday, August 15, 2002, at 12:26 PM, Angela Brett wrote:
I think you can access command-line arguments using NSUserDefaults
NSArgumentDomain... from the NSUserDefaults documentation:
Too complicated.
NSArry *myArgs = [[NSProcessInfo processInfo] arguments];
will return you the list of arguments as you are used form
main(argc,argv)...
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
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.