Namespaces | |
namespace | CP_PropertyList |
Functions | |
Node * | ReadFromFile (const CP_FileSystemSpec &inPropertyListFile, NodeType_t inExpectedNodeType=NodeType_Any) |
void | WriteToFile (const Node &inPropertyList, const CP_FileSystemSpec &inTargetFile) |
|
Read in and parse the passed in property list file. This will open and read in the XML property list document creating the root node specified in the document including all of it's child nodes.
|
|
Save the specified property list as XML into the target file. If the file exists, it'll be overwritten.
|