From 9e40b9e485a5e813f05e730f21f7ca1860a6d14d Mon Sep 17 00:00:00 2001 From: "Shinebayar G." <3091558+shinebayar-g@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:33:07 -0800 Subject: [PATCH] fix(user): forbidden characters table Signed-off-by: Shinebayar G. <3091558+shinebayar-g@users.noreply.github.com> --- docs/user/desktop-client/common-functionality/file-names.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/desktop-client/common-functionality/file-names.md b/docs/user/desktop-client/common-functionality/file-names.md index 315733ba..139fdc04 100644 --- a/docs/user/desktop-client/common-functionality/file-names.md +++ b/docs/user/desktop-client/common-functionality/file-names.md @@ -28,9 +28,9 @@ On Windows 10 and later, you can remove this limit by enabling Long Paths. See [ ### b. Forbidden Characters -| OS | Forbidden Characters | -| ------- | ------------------------------- | ------------ | -| Windows | `<`, `>`, `:`, `"`, `/`, `\`, ` | `, `?`, `\*` | +| OS | Forbidden Characters | +| ------- | ------------------------------------------ | +| Windows | `<`, `>`, `:`, `"`, `/`, `\`, `\|`,`?`,`*` | ### c. Non-Printable ASCII Characters