up: SYS     index Zimbu documentation

BITS SYS.IOFlags @public

summary

     

Flags to pass to Process.setIO().

bool  $stdin @file  write to stdin of the process
bool  $stdout @file  capture stdout of the process
bool  $stderr @file  capture stderr of the process
 

members (alphabetically)

     

bool $stderr @file

     

capture stderr of the process

bool $stdin @file

     

write to stdin of the process

bool $stdout @file

     

capture stdout of the process

license

      Copyright 2010 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0