Process.setWorkDir

Set the working directory for the process. Returns a 'this' reference for chaining

class Process
setWorkDir
(
const(char)[] dir
)

Parameters

dir const(char)[]

a string with the working directory; null if the working directory is the current directory.

Return Value

Type: Process

a reference to this process.

Meta