Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.
CommandOutput
Output from system command call
Operations
GetCommand #
Gets the command that was executed
method : public : GetCommand() ~ StringReturn
| Type | Description |
|---|---|
| String | command executed |
GetOutput #
Gets output from command
method : public : GetOutput() ~ String[]Return
| Type | Description |
|---|---|
| String | output from command |