20 Feb
2005
20 Feb
'05
11:23 p.m.
me22 wrote:
http://boost.org/libs/filesystem/doc/operations.htm#symbolic_link_exists says: * ph not present: !exists(ph) && !symbolic_link_exists(ph) * ph present and is not a symbolic link: exists(ph) && !symbolic_link_exists(ph) * ph present and is a symbolic link to a non-existent file or directory: !exists(ph) && symbolic_link_exists(ph) * ph present and is a symbolic link to an existing file or directory: exists(ph) && symbolic_link_exists(ph)
Aaah, thanks a ton :) Don't know how I could miss it. Regards, Matthias -- Matthias Kaeppler