Skip to content

OPEN PIPE


Opens an external process' standard input (stdin) or output (stdout) stream, using it as if it were file operations.

Syntax

vb
Open Pipe shell_command For Input As [#]filenumber
Open Pipe shell_command For Output As [#]filenumber
Open Pipe shell_command For Binary access_type [#]filenumber

Usage

` result = Open Pipe( command[,] For {Input|Output}[,] As filenumber )

*or,* `

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft