Skip to content

OPEN PIPE


打开外部进程的标准输入(stdin)或输出(stdout)流,将其作为文件操作使用。

语法

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

用法

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

*or,* `

基于 FreeBASIC 官方文档翻译 如有侵权请联系我们删除
FreeBASIC 是开源项目,与微软公司无隶属关系