|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-08-05 15:12:56
For some reason it took me a long time to figure out what this
function was doing. I suggest several possible renamings which could
make it clearer:
fs::remove_tree(path);
fs::remove_recursive(path);
fs::remove(path, fs::recursive)
-- Dave Abrahams Boost Consulting www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk