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