Skip to content

function file.write (server-side)

Available since version: 0.2

Note

This method is a extension of the original file class.

This method will write a string into a file.

Declaration

void file.write(string text)

Parameters

  • string text: the text that you want to write to a file.