From 5872541b1b52606054926f5b4eb80da3d09ee468 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Sun, 7 Sep 2014 22:11:00 +0100 Subject: [PATCH] Tweak info of watch and file nodes to be more style consistent with others. --- nodes/core/io/23-watch.html | 4 ++-- nodes/core/storage/50-file.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nodes/core/io/23-watch.html b/nodes/core/io/23-watch.html index 4ee22998d..8bf22be56 100644 --- a/nodes/core/io/23-watch.html +++ b/nodes/core/io/23-watch.html @@ -31,9 +31,9 @@

You can enter a list of comma separated directories or files if you like. You will need to put " around any that have spaces in.

On Windows you must use double slashes \\ in any directory names.

The full filename of the file that actually changed is put into msg.payload, while a stringified version of the watched criteria is returned in msg.topic.

-

msg.file contains just the short filename of the file that changed.

+

msg.file contains just the short filename of the file that changed.

Of course in Linux, everything could be a file and thus watched...

-

Note: The directory or file must exist in order to be watched. If the file or directory get deleted it will no longer be monitored even if it gets re-created.

+

Note: The directory or file must exist in order to be watched. If the file or directory gets deleted it may no longer be monitored even if it gets re-created.