Io Reference







Server   /   SystemCall   /   SystemCall





A binding for "callsystem - system() on steorids"
  • asynchonous running of a child process
  • setup of the environment
  • substitution of environment variables
  • connect all 3 standard streams to pipes, null devices, or files
  • pathname handling
Example use;
	
sc = SystemCall clone
 
 
 



asyncRun(command, argList, envMap)

Run the system call.