csv.write
Writing csv data to a file.
method uint csv.write (
str filename
)
str filename
)
Parameters
filename | The name of the file for writing. If the file already exists, it will be overwritten. |
Return value
The size of the written data.
Related links | Source |