Process.setWorkDir

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

class Process
setWorkDir

Parameters

dir cstring

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