Hacker News new | ask | show | jobs
by vips7L 15 days ago
The kernel and ntfs does not care about slash direction. Specific programs like dir might though and honestly if you're on windows just use powershell and avoid legacy cmd stuff.
1 comments

Additionally on programming languages use the apis for path management, instead of explicit looking for the \ or / characters.