[Top]
predef::
Stdio
Stdio.File
|
Method Stdio.File()->pipe()
- Method
pipe
-
Stdio.File pipe()
Stdio.File pipe(int flags)
- Method
pipe
-
File pipe(void|int how)
- Description
-
This function creates a bi-directional pipe between the object it
was called in and an object that is returned. The two ends of the
pipe are indistinguishable. If the File object this function is
called in was open to begin with, it will be closed before the pipe
is created.
- FIXME
Document the PROP_ properties.
- See also
-
Process.create_process()
|