Module subprocess

This package provides subprocess creation.

Functions

define popen(command: String, mode: *String): File

Launch command as a subprocess in mode. The result of this function is a File that can be read from or written to like any other File.

The mode provided must be one of the following: