AppendFileOutput | A stream that appends standard output or standard error to a file. |
Error | A destination for the standard error stream of a process. |
FileInput | A stream that reads standard input from a file. |
Input | A source for the standard input stream of a process. |
Output | A destination for the standard output stream of a process. |
OverwriteFileOutput | A stream that writes standard output or standard error to a file. |
Process | Represents a separate native process. |
createProcess() | Create and start a new process, running the given command. |
currentEnvironment | Environment variables of the current virtual machine process. |
currentError | The standard error stream of the current process. |
currentInput | The standard input stream of the current process. |
currentOutput | The standard output stream of the current process. |