Alex VillacĂ­s Lasso <[EMAIL PROTECTED]> 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.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to