subprocess
0.4.0
Modern subprocess library for c++
|
#include <string>
Go to the source code of this file.
Namespaces | |
subprocess | |
Functions | |
std::string | subprocess::getenv (const std::string &var) |
std::string | subprocess::find_program (const std::string &name) |
void | subprocess::find_program_clear_cache () |
std::string | subprocess::escape_shell_arg (std::string arg) |
std::string | subprocess::getcwd () |
void | subprocess::setcwd (const std::string &path) |
std::string | subprocess::abspath (std::string dir, std::string relativeTo="") |