append to file(a,b,c)
| Group | 
Append message c to file a, using encoding b. Returns the appended content c.
Description of Parameters
| Parameter | Description | 
| a | Destination filename. | 
| b | (optional) Encoding. Default: 8859_1 | 
| c | Content to be appended. |