process.current_dir

process.current_dir

process.current_dir

Function

Set the subprocess working directory.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
pathStringNoNullWorking directory path.

Return value

TypeDescription
ProcessReturns the new process builder.

Example

Notes

  • The path will be resolved by the VM according to BT path rules.