A regular expression to match the path of a directory in Windows.
/^[a-zA-Z]:\\(?:\w+\\?)*$/
Linux Hidden File Path Examples:
- C:\\Users\\Administrator\\Desktop
- E:\\m\\
A regular expression to match the path of a directory in Windows.
/^[a-zA-Z]:\\(?:\w+\\?)*$/