WithWorkingDirectory(Config<string>) Method
Sets the working directory to use for the process relative to the root path.
Namespace
Statiq.Core
Containing Type
StartProcess

Syntax

public StartProcess WithWorkingDirectory(Config<string> workingDirectory)

Parameters

Name Type Description
workingDirectory Config<string> The working directory.

Return Value

Type Description
StartProcess The current module instance.