std.file and isDir
Jonathan M Davis
jmdavisProg at gmx.com
Sun Feb 6 18:39:40 PST 2011
On Sunday 06 February 2011 12:47:50 Andrew Wiley wrote:
> This may just have not been released yet, but the documentation at
> http://www.d-programming-language.org/phobos/std_file.html says that isdir
> is being deprecated and lists isDir as its replacement, but as of 2.51,
> isDir doesn't exist. Is this coming in 2.52, or is something strange going
> on?
Andrei's comment on the matter:
> I meant the content right now is experimental and may update without
> notice. Sorry for the inconvenience.
So, don't expect www.d-programming-language.org to have the 2.051 stuff up there
or necessarily even be generally usable. Andrei has been working on it, and at
some point it _will_ become the official site for D2, but as he says, it's still
experimental. I'd say that at least until the next release, you should use
www.digitalmars.com for viewing the documentation.
- Jonathan m Davis
More information about the Digitalmars-d
mailing list