Entirely replace calls to the former with M_StringJoin().
The latter shouldn't even be required anymore. "Guessed" file paths will be stored with their actual case, all other file names are either passed by the user (and thus expected to be correctly cased) or generated internally (and thus keep their case).
Entirely replace calls to the former with
M_StringJoin()
.The latter shouldn't even be required anymore. "Guessed" file paths will be stored with their actual case, all other file names are either passed by the user (and thus expected to be correctly cased) or generated internally (and thus keep their case).