August 24, 2005
Hi all.
Currently, std.file.exists() returns whether std.c.linux.linux.access()!=0.  This should be the opposite, since std.c.linux.linux.access() returns 0 on success; right now it actually returns false on success.

-- 
---

August 26, 2005
Yes, the fix will go out in the next update. -Walter