set_cwd


Description:

public void set_cwd (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:

this

a SubprocessLauncher

cwd

the cwd for launched processes