digitalmars.D.bugs - bug and fix for std.file.exists() under linux
- Ameer Armaly (9/9) Aug 24 2005 charset="iso-8859-1"
- Walter (1/1) Aug 26 2005 Yes, the fix will go out in the next update. -Walter
charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all. Currently, std.file.exists() returns whether = std.c.linux.linux.access()!=3D0. This should be the opposite, since = std.c.linux.linux.access() returns 0 on success; right now it actually = returns false on success. --=20 ---
Aug 24 2005
Yes, the fix will go out in the next update. -Walter
Aug 26 2005