this post was submitted on 13 Mar 2025
79 points (96.5% liked)

Memes

49952 readers
711 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] undefined@lemmy.hogru.ch 5 points 1 month ago (3 children)

I was about to comment that this is so fake, but it turns out I’ve been on Linux/UNIX too long and flags, paths just look super janky in Windowsland.

[–] Fuck_u_spez_@sh.itjust.works 2 points 1 month ago (2 children)

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.

[–] undefined@lemmy.hogru.ch 1 points 1 month ago (1 children)

Oh, I hadn’t thought of that though I should have because I recently corrected double slashes in a codebase that interacts with Windows-based servers.

[–] Fuck_u_spez_@sh.itjust.works 1 points 1 month ago

It's also the escape character on several platforms which probably explains the double slashes.