Function mrpt::system::launchProcess
Defined in File os.h
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