digitalmars.D.bugs - bug and fix for std.file.exists() under linux
- "Ameer Armaly" <ameer_armaly hotmail.com> Aug 24 2005
- "Walter" <newshound digitalmars.com> Aug 26 2005
Content-Type: text/plain; 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








"Walter" <newshound digitalmars.com>