www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - how to pipe contents of a D string to a std.process.Pipe (without

reply Timothee Cour <thelastmammoth gmail.com> writes:
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
May 30 2013
parent "Steven Schveighoffer" <schveiguy yahoo.com> writes:
On Thu, 30 May 2013 14:40:21 -0400, Timothee Cour  
<thelastmammoth 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
May 30 2013