cp.plist.base64ToTable(base64Data) -> table | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts base64 encoded Property List string into a Table. | | Parameters |cp.plist.binaryFileToTable(plistFileName) -> table | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts the data from a Binary File into a LUA Table. | | Parameters |nil
if there was a problem.nil
if there were no problems.cp.plist.binaryFileToXML(plistFileName) -> string | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts the data from a Binary plist File into XML as a string. | | Parameters |nil
if there were no problems.cp.plist.binaryToTable(binaryData) -> table | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts Binary Data into a LUA Table. | | Parameters |nil
if there were no problems.cp.plist.fileToTable(plistFileName) -> table | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts plist data from a binary or XML file into a LUA Table. | | Parameters |nil
if there was a problem.nil
if there were no problems.cp.plist.isBinaryPlist(plistList) -> boolean
cp.plist.xmlFileToTable(plistFileName) -> table | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts XML data from a file into a LUA Table. | | Parameters |nil
if there was a problem.nil
if there were no problems.cp.plist.xmlToTable(plistXml) -> table | nil, string
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Converts an XML plist string into a LUA Table. | | Parameters |nil
if there was a problem.nil
if there were no problems.