str.writeappend
Appending string to a file. The method appends a string to the specified file.
method uint str.writeappend (
str filename
)
str filename
)
Parameters
filename | Filename. |
Return value
The size of the written data.
Related links | Source |