11 Nov
2005
11 Nov
'05
2:33 p.m.
Daniel Krügler wrote:
Hello!
Its seems as if the Windows implementation of filesystem::equivalent can't handle UNC paths.
While Windows is usually quite tolerant concerning the path separator / versus \, CreateFile* seems not to understand an UNC path containing // instead of \\.
My proposal to fix that is to replace the call of the string() member function by the native_file_string() member function.
What do you think?
I understand now, why nobody answers. I found out, that the problematic boost version was 1.32 where the final ::stat check caused the problem... Nice weekend for everyone, Daniel