Did you know ... | Search Documentation: |
Pack dialect-ciao -- prolog/dialect/ciao/system.pl |
popen(3)
). If Mode
is read the output from the process is sent to Stream. If Mode
is write, Stream is sent as input to the process. Stream may be
read from or written into using the ordinary stream I/O
predicates. Stream must be closed explicitly using close/1,
i.e., it is not closed automatically when the process dies. Note
that popen/2 is defined in ***x as using /bin/sh, which usually
does not exist in Windows systems. In this case, a sh shell
which comes with Windows is used.The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
shell
$SHELL
posix_shell
%comspec%
(Windows only)The following predicates are exported, but not or incorrectly documented.