SubprocessLauncher.setCwd
void setCwd(string cwd)Sets the current working directory that processes will be launched with.
By default processes are launched with the current working directory of the launching process at the time of launch.
Parameters
cwd | the cwd for launched processes |