$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Loïc Joly (loic.actarus.joly_at_[hidden])
Date: 2008-07-11 14:11:48
Hello,
I'd like to know if there is in boost::filesystem a way to "resolve" a path. For instance, I have a path that is built from :
"c:\foo1\foo2\..\bar1\bar2"
And I'd like to obtain:
"c:\foo1\bar1\bar2"
Best regards,
-- Loïc