File and Stream IO

suggest change

Syntax

Parameters

| Parameter | Details | | —— | —— | | path | The location of the file. | | append | If the file exist, true will add data to the end of the file (append), false will overwrite the file. | | text | Text to be written or stored. | |contents | A collection of strings to be written. | | source | The location of the file you want to use. | | dest | The location you want a file to go to. |## Remarks

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents