Read and write Property List files
| Signature | hs.plist.read(filepath) -> table |
|---|---|
| Type | Function |
| Description | Loads a Property List file |
| Parameters |
|
| Returns |
|
| Source | extensions/plist/libplist.m line 4 |
| Signature | hs.plist.readString(value, [binary]) -> table | nil |
|---|---|
| Type | Function |
| Description | Interprets a property list file within a string into a table. |
| Parameters |
|
| Returns |
|
| Source | extensions/plist/libplist.m line 23 |
| Signature | hs.plist.write(filepath, data[, binary]) -> boolean |
|---|---|
| Type | Function |
| Description | Writes a Property List file |
| Parameters |
|
| Returns |
|
| Notes |
|
| Source | extensions/plist/libplist.m line 100 |
| Signature | hs.plist.writeString(data, [binary]) -> string | nil |
|---|---|
| Type | Function |
| Description | Interprets a property list file within a string into a table. |
| Parameters |
|
| Returns |
|
| Source | extensions/plist/libplist.m line 62 |