# 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/MDOObhR5m91Ea2DZ1Pfu/blobs/3jjk4X6lVyttsT8MBqVR/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.
