CommandPipe


Object Hierarchy:

Posix.CommandPipe Posix.CommandPipe Posix.CommandPipe Posix.FILE Posix.FILE Posix.FILE->Posix.CommandPipe

Description:

[ 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


Namespace: Posix
Package: posix

Content:

Creation methods:

Methods:

Inherited Members: