[GH-ISSUE #10] Coudn't use backslashes( \\ ) in path for files #4

Closed
opened 2026-06-06 22:10:33 -04:00 by yindo · 2 comments
Owner

Originally created by @Arkweid on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/10

Module coudn't use backslashes( \\ ) in path for files because of validation. It will cause a problem to read a file on network disk.

Definition of Done:

  • UI validation allow use backslashes( \\ )
  • Module could read a file on network disk
Originally created by @Arkweid on GitHub (Dec 7, 2022). Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/10 Module coudn't use backslashes( \\\ ) in path for files because of validation. It will cause a problem to read a file on network disk. **Definition of Done**: - UI validation allow use backslashes( \\\ ) - Module could read a file on network disk
yindo added the bugfile_readerwindows labels 2026-06-06 22:10:33 -04:00
yindo closed this issue 2026-06-06 22:10:34 -04:00
Author
Owner

@souryogurt commented on GitHub (Dec 8, 2022):

I'll take it! It seems there is no escaping for the regexp validation pattern.

<!-- gh-comment-id:1342938015 --> @souryogurt commented on GitHub (Dec 8, 2022): I'll take it! It seems there is no escaping for the regexp validation pattern.
Author
Owner

@souryogurt commented on GitHub (Dec 9, 2022):

I also tested that the file_reader can read updates from network shares. e.g., \\WIN\Users\Public\test.txt, because I wasn't sure how the backing custom library works under the hood. Reading network shares works fine.
So the problem was only in UI regexp validation.

<!-- gh-comment-id:1344390489 --> @souryogurt commented on GitHub (Dec 9, 2022): I also tested that the file_reader can read updates from network shares. e.g., `\\WIN\Users\Public\test.txt`, because I wasn't sure how the backing custom library works under the hood. Reading network shares works fine. So the problem was only in UI regexp validation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/soldr-modules#4