metaonly module ti.xdais.qualiti.System |
 |
 |
metaonly module System { ...
XDCscript usage |
meta-domain |
var System = xdc.useModule('ti.xdais.qualiti.System');
module-wide constants & types
module-wide functions
metaonly module System {
module-wide constants & types
};
module-wide functions
}
struct System.RunResult |
 |
XDCscript usage |
meta-domain |
var obj = new System.RunResult;
obj.status = Int ...
obj.stdout = String ...
obj.stderr = String ...
obj.stdsys = String ...
System.checkPath( ) // module-wide |
 |
XDCscript usage |
meta-domain |
System.checkPath( String path ) returns String
System.getCommandPath( ) // module-wide |
 |
XDCscript usage |
meta-domain |
System.getCommandPath( String command ) returns String
System.runShellCommand( ) // module-wide |
 |
XDCscript usage |
meta-domain |
System.
runShellCommand(
String commandStr,
Any cbPrint,
Int detailLevel )
returns System.RunResult
generated on Fri, 02 Jul 2010 02:02:35 GMT