Alex VillacĂs Lasso a_villacis@palosanto.com writes:
Observed while preparing conformance tests. The filepath (if valid) gets converted to uppercase on return.
Changelog:
- DlgDirList must convert path specification to uppercase.
You should do that after the SetCurrentDirectory, uppercasing it first means we are much more likely to have to do a slow case-insensitive search on the whole path.