Re: Reading NSDictionary from Plist
Re: Reading NSDictionary from Plist
- Subject: Re: Reading NSDictionary from Plist
- From: Ondra Cada <email@hidden>
- Date: Fri, 9 Apr 2004 11:20:35 +0200
Benjamin,
On Friday, Apr 9, 2004, at 06:27 Europe/Prague, Benjamin Goldenberg
wrote:
NSDictionary *dictionary = [NSDictionary
dictionaryWithContentsOfFile:@"DNAAlphabet.plist"];
NSLog(@"dictionary = %@", dictionary);
I realize I am not providing a great deal of information, but I can't
seem to narrow it down. Any suggested direction to figure this out
would be greatly appreciated.
I can't recall whether it is documented or not, but you want to specify
the complete path for dictionaryWithContentsOfFile (and similar
methods).
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.