SubprocessLauncher.setCwd

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.

class SubprocessLauncher
void
setCwd
(
string cwd
)

Parameters

cwd string

the cwd for launched processes

Meta

Since

2.40