Boost logo

Boost Users :

From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-03-23 06:33:47


Vladimir Prus wrote:
>
> Empty file is simple:
>
> ofstream ofs("name of file");
>

But it would be helpful if boost would add a function that would fail if
the file already exists. The current STL doesn't support this so you
have to fall back to platform API (in Win32, CreateFile has a flag to do
this).

This would be a very useful feature IMHO.

Cheers

Russell


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net