how to pipe contents of a D string to a std.process.Pipe (without resorting to any escaping)

Steven Schveighoffer schveiguy at yahoo.com
Thu May 30 13:12:05 PDT 2013


On Thu, 30 May 2013 14:40:21 -0400, Timothee Cour  
<thelastmammoth at gmail.com> wrote:

> I want to pipe the contents of a D string to the stdin of a pipe created
> with one of the std.process functions.
> I want to avoiding resorting to escaping the string.
> How would i do that?
> Thanks

use rawWrite

-Steve


More information about the Digitalmars-d-learn mailing list