> 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/v4.13.0/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="/files/yQGNikmei9rJta9t743J" 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.
