setCwd

open fun setCwd(cwd: String)

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.

Since

2.40

Parameters

cwd

the cwd for launched processes