Boost logo

Boost Users :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-01-14 12:07:01


At 02:42 PM 1/13/2005, matthew.j.polder_at_[hidden] wrote:
>
>Hi,
>
>I typically work on Windows and Unix. Our network has a bunch of shared
>drives that I can access from both Windows and Unix by using the form:
>
>//filesystem/some/path/
>
>It looks like boost::filesystem is getting rid of the double slash at the

>beginning and replacing it with a single slash. This will work on Unix
but
>WIndows needs the double slashes. Any way around this?

The Windows regression tests contain lots of tests in the form
//filesystem/some/path... for native paths so there shouldn't be any
problem from Windows.

On the Unix side, I'd need more information to figure out what is going on.
For example, what Unix? What compiler? What software is the Unix system
using to access paths on Windows machines? Do you do mounts, or is some
other mechanism used? Do you have a sample of code you expect to work?

--Beman


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net