this post was submitted on 13 Mar 2025
56 points (96.7% liked)
Memes
48441 readers
3410 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's also just syntactically wrong which may be what threw you off. Those double backslashes should be single backslashes if someone's referencing a path at a drive letter. Windows will ignore the extra ones, though. C:\Windows\\\\system32 is a valid path, for example.