OPEN PIPE
- 来源: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOpenPipe
- 最后更新: 2023-06-24
打开外部进程的标准输入(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,* `