[ Compact ]
[ CCode ( cname = "FILE" , free_function = "pclose" ) ]
[ Version ( since = "vala-0.44" ) ]
public class CommandPipe : FILE
A pipe to the given command run in a child process
This is a binding to popen () and pclose (). popen () is the equivalent of pipe (), fork (), dup2 () and then exec () in a single operation