hs.plist.read(filepath) -> table
hs.plist.readString(value, [binary]) -> table | nil
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Interpretes a property list file within a string into a table. | | Parameters |nil
if an error occurshs.plist.write(filepath, data[, binary]) -> boolean
hs.plist.writeString(data, [binary]) -> string | nil
| | -----------------------------------------------------|---------------------------------------------------------------------------------------------------------| | Type | Function | | Description | Interpretes a property list file within a string into a table. | | Parameters |