$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Filesystem question
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2010-06-10 20:26:58
On 10 June 2010 15:22, John Dlugosz <JDlugosz_at_[hidden]> wrote:
> Is there a function in the filesystem (TR2 proposal) that will take one path and return the fully qualified form? Â That is, what it resolves to now, applying any current-working-directory concepts. Â The Win32 API function I'm using now (with plain strings) is GetFullPathName.
>
I believe that's called system_complete:
<http://www.boost.org/doc/libs/1_43_0/libs/filesystem/doc/reference.html#Operations-functions>.