diff --git a/nodes/core/storage/50-file.html b/nodes/core/storage/50-file.html index 1c0709239..174d04edf 100644 --- a/nodes/core/storage/50-file.html +++ b/nodes/core/storage/50-file.html @@ -48,8 +48,10 @@

Writes msg.payload to the file specified, for example to create a log.

The filename can be configured in the node. If left blank it should be set by msg.filename on the incoming message.

-

A newline is added to every message. But this can be turned off if required, for example, to allow binary files to be written.

-

The default behaviour is to append to the file. This can be changed to overwrite the file each time, for example if you want to output a "static" web page or report.

+

A newline is added to every message. But this can be turned off if required, for example, + to allow binary files to be written.

+

The default behaviour is to append to the file. This can be changed to overwrite the file + each time, for example if you want to output a "static" web page or report.

This node can also be configured to delete a file if required.

@@ -69,6 +71,7 @@ +