Skip to content

Commit baf452e

Browse files
Update wks-message-syntax.md
Added missing formatting
1 parent 4647e11 commit baf452e

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
@@ -33,14 +33,14 @@ This device type requires the following message and response:
3333

3434
Before sending messages to the File Device, please review these important points:
3535

36-
* **Path Handling:** Paths can be provided either as absolute paths (e.g., /var/log/app.log or C:\Data\report.txt) or as relative paths.
36+
* **Path Handling:** Paths can be provided either as absolute paths (e.g., */var/log/app.log* or *C:\Data\report.txt*) or as relative paths.
3737
* **Relative Paths:** Relative paths are always interpreted relative to the allowed folder configured in the Workstation Management.
38-
* **Delimiter:** The # character is used as a delimiter within messages. Paths and data are not allowed to contain the # character.
38+
* **Delimiter:** The *#* character is used as a delimiter within messages. Paths and data are not allowed to contain the *#* character.
3939
* **Case Sensitivity:** File and directory paths may be case-sensitive depending on the underlying operating system (e.g., Linux paths are typically case-sensitive, Windows paths are not).
4040

4141
### Message
4242

43-
* `0#Path` - Initiate watching for changes in the specified `Path`. If `Path` is a directory, the device will watch for changes within that directory (creation, deletion, renaming, or modification of files/subdirectories). If Path is a file, the device will watch for changes to that specific file (modification, deletion, or renaming).
43+
* `0#Path` - Initiate watching for changes in the specified `Path`. If `Path` is a directory, the device will watch for changes within that directory (creation, deletion, renaming, or modification of files/subdirectories). If `Path` is a file, the device will watch for changes to that specific file (modification, deletion, or renaming).
4444
* `1#Path` - Stop watching for changes in the specified `Path`.
4545
* `2#File path` - Read the content of the file at the specified `File Path`.
4646
* `3#File path#Data#flag` - Write `Data` to the file at the specified `File Path`. The `flag` can be `w` for overwrite, `a` for append If left blank, the value defaults to `w`.

0 commit comments

Comments
 (0)