[Issue 2065] Return value of std.file.exists() is inverted.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat May 3 09:25:55 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2065
andrei at metalanguage.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Comment #1 from andrei at metalanguage.com 2008-05-03 11:25 -------
(In reply to comment #0)
> In r683, the Windows version of this function is changed into return the wrong
> value.
>
> The correct return statement would be "return result != 0xFFFFFFFF;"
>
> The relevant docs:
> http://msdn.microsoft.com/en-us/library/aa915578.aspx
Ouch. How did that ever go through? The fix will go into the next release.
Thanks!
--
More information about the Digitalmars-d-bugs
mailing list