|
Boost : |
From: Jens Seidel (jensseidel_at_[hidden])
Date: 2008-04-21 08:57:58
Hi,
I tried using Boost.Filesystem to remove some files. The tutorial
http://www.boost.org/doc/libs/1_35_0/libs/filesystem/doc/index.htm
mentions remove_all() but I really failed to find it's documentation.
Also the "Using the Reference Documentation" entry in the right box
of this page is a non existing link.
PS: The tutorial contains also the following error:
" else if ( itr->leaf() == file_name ) // see below"
"The expression itr->path().leaf() == file_name, in the line commented // see below, "
Please note that "itr->path().leaf()" is not the same as "itr->leaf()"
so that's a minor error!
Jens
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk