No idea when this happened but you can also use forward slashes in Windows. So typing c:/users
into the Explorer address bar works.
You can even mix and match! C:\tmp/file.txt
is valid. Very helpful for cross-os compatibility.
Does only windows do this or do Linux and mac work with both slashes too ?
I thought linux was pretty strict with this
This only works because MS gave in and added some path normalization. The actual path-component separator is still backslash. Sometimes it doesn’t work right, like in cmd if you try and do cd and use forward slashes then autocomplete won’t work even though the command itself works fine with forward slashes.