This node lets you write text to a .txt file
Path: The path to a .txt file. This file doesn’t need to exists, but the folder it is in does. This should be the path directly to the file, meaning it should end in .txt
Text: The text you want to write to the file. You can write multiple lines by separating text with \n
Append: Will add text to the end of the text already in the file
Overwrite: Will keep the text that is currently in the file and will write your text to the end of it