Skip to content

Commit 5d0b4b2

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

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ This device type requires the following message and response:
3131

3232
### Important Considerations
3333

34-
Before sending messages to the File Device, please review these important points:
34+
Before sending messages to the File Device, review the following 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.
37-
* **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.
39-
* **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).
36+
* Path handling - You can provide the paths either as absolute (for example, `/var/log/app.log` or `C:\Data\report.txt`), or as relative paths. Relative paths are always interpreted relative to the allowed folder configured in Workstation Management.
37+
* Delimiter - The `#` character is used as a delimiter within messages. Paths and data may not contain the `#` character.
38+
* Case sensitivity - File and directory paths may be case-sensitive depending on the underlying operating system. For example, Linux paths are typically case-sensitive, while Windows paths are not.
4039

4140
### Message
4241

0 commit comments

Comments
 (0)