$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Filesystem] API questions
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2009-07-02 18:11:28
2009/7/2 Alan M. Carroll <amc_at_[hidden]>:
>
> 4) My actual goal is to write the function [...major snippage...] where the
> returned path is as relative as possible.
>
The bug requesting this functionality can be found here:
https://svn.boost.org/trac/boost/ticket/1976 There's a naive
implementation in the comments.
I'd code up a proper version, but I need a symlink dereference function first.