1#ifndef Cpl_System_Shell_h_
2#define Cpl_System_Shell_h_
16#include "colony_map.h"
41 static int execute(
const char* cmdstring,
bool noEchoStdOut =
true,
bool noEchoStdErr =
true );
54#define CPL_SYSTEM_SHELL_NULL_DEVICE_ CPL_SYSTEM_SHELL_NULL_DEVICE_x_MAP
57#define CPL_SYSTEM_SHELL_SUPPORTED_ CPL_SYSTEM_SHELL_SUPPORTED_x_MAP
This class defines methods for interfacing with the Platform native OS to execute a native OS system/...
Definition Shell.h:32
static bool isAvailable()
Returns true if the system command shell is available.
static int execute(const char *cmdstring, bool noEchoStdOut=true, bool noEchoStdErr=true)
Executes the System Shell command as specified by 'cmdstring'.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20