Subject: Re: [Boost-users] temporary filenames
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-03-12 13:27:49


Am 08.03.2011 um 15:34 schrieb Igor R:

>> is there any implementation for creating temporary files names?
>
> Maybe filesystem::unique_path()?

Thanks for the hint. I'm using temp_directory_path() and unique_path()
for creating a log directory

Phil