Y
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
pjmlp
14 days ago
Additionally on programming languages use the apis for path management, instead of explicit looking for the \ or / characters.
link