www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - readText

reply "Daemon" <Daemon yahoo.com> writes:
Was readText removed in later versions of Phobos? I don't have 
it, yet it appears in the documentation..
Jun 19 2013
next sibling parent "Daemon" <Daemon yahoo.com> writes:
On Wednesday, 19 June 2013 at 18:18:18 UTC, Daemon wrote:
 Was readText removed in later versions of Phobos? I don't have 
 it, yet it appears in the documentation..
Sorry for the false alarm, I accidentally had a different copy. Everything's alright.
Jun 19 2013
prev sibling parent reply Justin Whear <justin economicmodeling.com> writes:
On Wed, 19 Jun 2013 20:18:17 +0200, Daemon wrote:

 Was readText removed in later versions of Phobos? I don't have it, yet
 it appears in the documentation..
std.file.readText has been around for a long time and still is. Here it is in Phobos HEAD: https://github.com/D-Programming-Language/phobos/blob/ master/std/file.d#L288
Jun 19 2013
parent "Daemon" <Daemon yahoo.com> writes:
On Wednesday, 19 June 2013 at 18:21:09 UTC, Justin Whear wrote:
 On Wed, 19 Jun 2013 20:18:17 +0200, Daemon wrote:

 Was readText removed in later versions of Phobos? I don't have 
 it, yet
 it appears in the documentation..
std.file.readText has been around for a long time and still is. Here it is in Phobos HEAD: https://github.com/D-Programming-Language/phobos/blob/ master/std/file.d#L288
I realized it right after posting, it's my fault.
Jun 19 2013