| Attribute | Description | Type | Required? |
| sep | Sets the separator between name=value arguments in setKeys(). By default it is "*". | String | ? |
| dest | Set the destination file. | File | ? |
| keys |
Sets the keys.
Format string is like this:
name=value*name2=value Names are case sensitive. Use the setSep() method to change the * to something else if you need to use * as a name or value. |
String | ? |
| src | Set the source file. | File | ? |