|
Boost : |
From: Rainer Deyke (root_at_[hidden])
Date: 2002-03-20 10:17:22
----- Original Message -----
From: "Dylan Nicholson" <dylan_nicholson_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, March 19, 2002 9:49 PM
Subject: RE: [boost] Re: Filesystem library: remove / etc
> Anyhow how hard is it to write
>
> if (exists(filename)) remove(filename);
This would not work: the file could be removed by the user between the
call to 'exists' and the call to 'remove'.
-- Rainer Deyke | root_at_[hidden] | http://rainerdeyke.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk