Appends data to a given file without replacing the original content.
1
io.appendFile("data.txt", "This is a new line.") // Appends "This is a new line." to "data.txt"