-
Home
-
API Reference
-
CliInvoke.Builders
-
ProcessConfigurationBuilder
-
Methods
-
SetWorkingDirectory(String)
SetWorkingDirectory(String) Method
Definition
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