Loïc wrote:
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"
Have yiou tried system_complete?
--John