Win32: canonicalize path separator, avoid isalpha(), remove dead code
In principle, isalpha() depends on the locale. As for directory traversal, we should either add a boolean, or fix it manually in the caller (on a case-by-case basis).
Showing
Please register or sign in to comment