filesystem lib and dangling symbolic links

3 Mar
2004
3 Mar
'04
5:29 p.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
7777
Age (days ago)
7777
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andre Hentz