Re: Questions about manipulation of plist file
Re: Questions about manipulation of plist file
- Subject: Re: Questions about manipulation of plist file
- From: Stephane Sudre <email@hidden>
- Date: Tue, 30 Nov 2004 17:18:01 +0100
Le 30 nov. 04, à 13:54, Alex Guo a écrit :
Hi, erverybody,
I've a question about the manipulation of plist file.
While I get the handler (CFPropertyListRef) of a plist file, how can
get the value of specified key? Thanks in advance.
Have a look at the document for CFArrayRef and CFDictionaryRef.
Potentially the CFPropertyListRef is either a CFArrayRef or a
CFDictionaryRef. Once cast, you can access your values using the
CFArrayRef or CFDictionaryRef APIs.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden