Re: Creating a "virtual" stdin/stdout/stderr

2013-10-08 Thread Colin Grogan
On Tuesday, 8 October 2013 at 20:38:56 UTC, Daniel Davidson wrote: On Tuesday, 8 October 2013 at 20:26:49 UTC, Colin Grogan wrote: On Tuesday, 8 October 2013 at 20:25:42 UTC, Colin Grogan wrote: Hi all, I want to create my own File in memory that I can pipe output to and read it in from anoth

Re: Creating a "virtual" stdin/stdout/stderr

2013-10-08 Thread Daniel Davidson
On Tuesday, 8 October 2013 at 20:26:49 UTC, Colin Grogan wrote: On Tuesday, 8 October 2013 at 20:25:42 UTC, Colin Grogan wrote: Hi all, I want to create my own File in memory that I can pipe output to and read it in from another part of the program. I dont want to physically write data to dis

Re: Creating a "virtual" stdin/stdout/stderr

2013-10-08 Thread Colin Grogan
On Tuesday, 8 October 2013 at 20:25:42 UTC, Colin Grogan wrote: Hi all, I want to create my own File in memory that I can pipe output to and read it in from another part of the program. I dont want to physically write data to disk, just store it in memory. I've been trawling the documentatio

Creating a "virtual" stdin/stdout/stderr

2013-10-08 Thread Colin Grogan
Hi all, I want to create my own File in memory that I can pipe output to and read it in from another part of the program. I dont want to physically write data to disk, just store it in memory. I've been trawling the documentation for the past while and the closest I can find is std.stdio.tmp