$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rush Manbert (rush_at_[hidden])
Date: 2007-04-17 20:48:03
Graham Reitz wrote:
> Excellent, thanks, that helped. Is that an acceptable method to do this?
> (using boost::filesystem::native)
>
> Or are there other preferred methods of setting up path objects?
>
Hmmm, as far as I know there's nothing wrong with doing it this way. My
app runs on Mac and Windows, so I need to handle platform-specific paths
that I get from the native API in a generic way, and this works just
fine for me.
There are others here who are smarter about this stuff. They may point
out a problem that I don't see.
Best regards,
Rush