Getting familiar with std.process

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 9 13:36:46 PST 2017


On 02/09/2017 12:44 PM, jmh530 wrote:

 > I think the issue is that create_file doesn't write to stdout, it writes
 > to file.

Correct. Pipe works by piping the standard input/output streams.

 > Other than reading the file and then deleting it, I don't know
 > what else to try.

create_file must write to its stdout.

Ali



More information about the Digitalmars-d-learn mailing list