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

Timothee Cour thelastmammoth at gmail.com
Thu May 30 11:40:21 PDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20130530/50f86f3c/attachment.html>


More information about the Digitalmars-d-learn mailing list