Hacker News new | ask | show | jobs
by JetSpiegel 2897 days ago
On interactive uses, sure. But it's not clear cut, some code paths are lower level and bypass that.
1 comments

Yea I guess most of my uses have been in things like python (e.g. open() and as.*). Got any examples of code paths that bypass that check and fail if you use /?
I think they are wrong and actually it's the opposite problem. Some applications and libraries that do their own path mangling on Windows will choke if you give them a /. The win32 file I/O API handles them correctly.