appendfile Description: This function demonstrates the usage of the appendfile API. Example: -- Append text to a file appendfile("somefile.txt", "Appending this text") print("Text appended to file")