SetWorkingDirectory(String) Method

Definition

Assembly CliInvoke.dll

Sets the working directory path for the process configuration.

public IProcessConfigurationBuilder SetWorkingDirectory(string workingDirectoryPath)

Parameters

workingDirectoryPath
String

The file system path where the process will be executed.

Returns

IProcessConfigurationBuilder
A reference to this builder, allowing method chaining.