Skip to content

Commit 59e90a8

Browse files
Update wks-message-syntax.md
1 parent 5d0b4b2 commit 59e90a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/workstation/wks-message-syntax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Before sending messages to the File Device, review the following points:
4646

4747
### Response
4848

49-
* `R#Path` - File or directory at the specified `Path` was renamed (also triggered when file/directory is created or deleted)
49+
* `R#Path` - File or directory at the specified `Path` was renamed, created, or deleted.
5050
* `C#Path` - File or directory at the specified `Path` was changed. This is triggered both when a file is modified and when the contents of a directory changes.
51-
* `D#Data` - `Data` from file read
52-
* `E#Error` - `Error` message from operating system
51+
* `D#Data` - `Data` from file read.
52+
* `E#Error` - `Error` message from operating system.
5353
* `S#{0,1,2,3}#directory` - The command `{0,1,2,3}` on `directory` was successful.
5454

5555
### Example Test

0 commit comments

Comments
 (0)