$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Krügler (dsp_at_[hidden])
Date: 2005-11-07 04:13:00
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