[Issue 3848] functions in std.file don't take symbolic links into account
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 24 05:11:34 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3848
Andrei Alexandrescu <andrei at metalanguage.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |andrei at metalanguage.com
--- Comment #1 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-02-24 05:11:32 PST ---
Thanks, I'll look into it. Just like you, I'm unclear whether isdir() vs.
isfile() should automatically dereference the link. I think we should keep the
current behavior and add an islink() test that tells whether the thing is
actually a link.
I think removal should remove the actual link.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list