Re: Dockling not working, at all, no clue why!
Re: Dockling not working, at all, no clue why!
- Subject: Re: Dockling not working, at all, no clue why!
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 7 Apr 2002 01:40:52 +0200
On Sunday, April 7, 2002, at 01:04 , Andy Lee wrote:
At 4:44 PM -0600 4/6/02, Stevos wrote:
[find setArguments:[NSArray arrayWithObjects:@"/Applications",
@"-name
*.app"]];
Not sure about the rest of the code, but the list of objects you pass
to +arrayWithObjects: has to end with a nil:
[find setArguments:
[NSArray
arrayWithObjects:
@"/Applications",
@"-name *.app",
nil]]; // <-- ends the list
Additionally, "-name" and "*.app" have to be split into two arguments.
andy
--
> I think God can claim prior art on that invention.
Yeah, but where do you think he's gonna find a lawyer in heaven?
--
http://slashdot.org/comments.pl?sid=30643&cid=3294162
_______________________________________________
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.