CommandPipe
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "FILE" , free_function = "pclose" ) ]
[ Version ( since = "vala-0.44" ) ]
public class CommandPipe : FILE
[ 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:
All known members inherited from class Posix.FILE