[Mono-list] popen() from mono

Felix Natter fnatter at gmx.net
Mon Sep 29 09:52:39 EDT 2008


hello,

I need to create a pipe to a child process. In C this can be done with
popen() easily. Unforunately popen() isn't wrapped in mono. Is there
something else that I could use?

I know I could use the low-level functions pipe() and fork() but I'd like
to avoid this.

thanks,
-- 
Felix Natter


More information about the Mono-list mailing list