> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/outputs/file-and-folder-1/write-file-output.md).

# Write File Output

\
The Write File Output node enables the writing of the entire payload or specific portions of it, as well as logs, to a file at any juncture in a stream. This node allows for the creation of a new file or appending information to the end of an existing file. It supports the creation of files with any extension.

<figure><img src="https://content.gitbook.com/content/rsSRWf22U9EOS4P9Z8ac/blobs/Yimq6KAS1CaBYeqBhtrj/image.png" alt=""><figcaption><p>Write File Output node</p></figcaption></figure>

For instance, to write the stream log into a text file, you would input the path, including the filename and extension, into the node and utilize the wildcard {stream.log} as input parameters. An example path could be /Volumes/folder/folder/mytextfile.txt.
