www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - bug and fix for std.file.exists() under linux

reply "Ameer Armaly" <ameer_armaly hotmail.com> writes:
	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
parent "Walter" <newshound digitalmars.com> writes:
Yes, the fix will go out in the next update. -Walter
Aug 26 2005