|
|
|
|
|
by brokenparser
4376 days ago
|
|
Windows actually supports using / as a path delimiter. If a program is (following the robustness principle) liberal in what it accepts (both / and \\) and strict in what it sends (just /), it'll work (barring any other issues). |
|