diff --git a/nodes/core/storage/50-file.html b/nodes/core/storage/50-file.html index e85c87604..434440a5a 100644 --- a/nodes/core/storage/50-file.html +++ b/nodes/core/storage/50-file.html @@ -20,14 +20,17 @@
The filename can be configured in the node, if left blank it should be set in an incoming message on msg.filename.
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.
-If a msg.delete property exists then the file will be deleted instead.
+This node can also be configured to delete a file if required. Note: Using msg.delete is now deprecated.