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.