Skip to content
Snippets Groups Projects
Commit 7beae6b8 authored by Brad King's avatar Brad King
Browse files

BUG: Work around broken GetLongPathName case

On Windows the GetLongPathName API function does not work on some
filesystems even if the file exists.  In this case we should just use
the original long path name and not the GetShortPathName result.
See issue #8480.
parent 9454f355
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment