4 Mar
2004
4 Mar
'04
12:29 a.m.
According to http://www.boost.org/libs/filesystem/doc/operations.htm#remove remove() is supposed to remove symbolic links. However, the source code says: if exists(ph) remove; Shouldn't it be: exists(ph) || symbolic_link_exists(ph) Best, Andre Hentz