FakeEnvironment.

SetSpecialPath(SpecialPath, DirectoryPath) Method

Summary

Sets a special path.
Namespace
Cake.Testing
Containing Type
FakeEnvironment

Syntax

public void SetSpecialPath(SpecialPath kind, DirectoryPath path)

Parameters

Name Type Description
kind SpecialPath The special path kind.
path DirectoryPath The path.

Return Value

Type Description
void