Re: std.file and isDir

2011-02-07 Thread spir
On 02/07/2011 06:28 AM, Nick Sabalausky wrote: "Andrej Mitrovic" wrote in message news:mailman.1339.1297029778.4748.digitalmar...@puremagic.com... Dunno, but it's not in 2.51. I find using uniform function call syntax can be confusing to read in the documentation. Or we all supposed to get use

Re: std.file and isDir

2011-02-06 Thread Jonathan M Davis
On Sunday 06 February 2011 14:02:48 Andrej Mitrovic wrote: > Dunno, but it's not in 2.51. > > I find using uniform function call syntax can be confusing to read in > the documentation. Or we all supposed to get used to it? :) It's only in the documentation if it's a string, since we don't really

Re: std.file and isDir

2011-02-06 Thread Nick Sabalausky
"Andrej Mitrovic" wrote in message news:mailman.1339.1297029778.4748.digitalmar...@puremagic.com... > Dunno, but it's not in 2.51. > > I find using uniform function call syntax can be confusing to read in > the documentation. Or we all supposed to get used to it? :) > > But why do those boxes wit

Re: std.file and isDir

2011-02-06 Thread Jonathan M Davis
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.

Re: std.file and isDir

2011-02-06 Thread Jonathan M Davis
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.

Re: std.file and isDir

2011-02-06 Thread Andrej Mitrovic
Dunno, but it's not in 2.51. I find using uniform function call syntax can be confusing to read in the documentation. Or we all supposed to get used to it? :) But why do those boxes with parameters have a dual outline? They stand out like a thorn in the eye. One outline should look perfect. My 2

std.file and isDir

2011-02-06 Thread Andrew Wiley
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?