7 Nov
2005
7 Nov
'05
9:13 a.m.
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? Greetings from Bremen, Daniel