$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [FileSystem] portable Temp, Desktop & Applications directories
From: Alberto Ganesh Barbati (AlbertoBarbati_at_[hidden])
Date: 2008-11-06 08:00:50
Jeff Flinn ha scritto:
> Beman Dawes wrote:
>>
>>> On Win and Mac there's getenv TEMP/TmpDir, or is there a better way.
>>
>>
>> That's a good bet for now.
>
> Thanks, Beman. I'll use getenv for now.
>
On Windows, GetTempPath may be a better choice.
Ganesh