$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] temporary filenames
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-03-08 09:20:16
Hello,
is there any implementation for creating temporary files names? I'm
using tmpnam, but it can be dangerous. On posix systems I can use
mkstemp. Is there any save implementation within the boost (perhaps in
the iostreams)?
Thanks
Phil