-
-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
Line 43 in 8733d4c
| const badWinChars = /[*|"<>?:]/ |
Actually, this condition is not correct. It could validate that the whole path and disk location contains a colon, see C:\path.
The Regex should be like ^([A-Z]:)?(.*)$ and group 2 could be tested for invalid characters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels