
21 Apr
2008
21 Apr
'08
12:57 p.m.
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