[Issue 2552] std.path.isabs broken for Windows
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 2 17:48:27 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2552
------- Comment #2 from jarrett.billingsley at gmail.com 2009-01-02 19:48 -------
It's tricky. Windows accepts such paths, and they are absolute to the current
drive, but relative to the entire filesystem. Since the same path (like
"\foo\bar\baz.txt") can refer to different files based on what the current
drive is set to, I guess it's still relative, in which case Phobos is right.
--
More information about the Digitalmars-d-bugs
mailing list