VINDICTA.TOP
Filesystem · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

appendfile

Appends data to the end of a file, creating it if absent.

function appendfile(pathpathstringPath to the file.: string, datadatastringThe content to append.: string): ()

Usage

Append to a log
appendfile("log.txt", os.date() .. " -- joined game\n")