$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [filesystem] home_directory_path
From: Ravi (lists_ravi_at_[hidden])
Date: 2010-10-20 00:06:20
On Tuesday 19 October 2010 09:56:45 Christian Holmquist wrote:
> Is there a POSIX equivalent for My Documents?
> Without a way to retrieve My Documents, I for one still needs my own
> wrapper for that..
On newer Linux systems, try $XDG_DOCUMENTS_DIR for an equivalent. Not sure
whether it will make it into POSIX.
Ravi