Program -- external program object
Description
A hash table returned by findProgram with the following strings as keys:
-
"name", the name of the loaded program. This comes from the first argument passed to findProgram. It is also what is displayed when printing a Program.
-
"path", the path to the program as determined by findProgram.
-
"prefix", a sequence of two strings identifying the prefix prepended to the binary executables. See findProgram, specifically the description of the Prefix option, for more.
-
"version", a string containing the version number of the program. Only present if findProgram was called with the MinimumVersion option.
Functions and methods returning an object of class Program :
Methods that use an object of class Program :
-
"net(Program)"
-
"runProgram(Program,String)" -- see runProgram -- run an external program
-
"runProgram(Program,String,String)" -- see runProgram -- run an external program
-
toString(Program) (missing documentation)