Function mrpt::system::launchProcess

Function Documentation

bool mrpt::system::launchProcess(const std::string &command)

Executes the given command (which may contain a program + arguments), and waits until it finishes.

Returns:

false on any error, true otherwise