TestDirectory.

GetDirectory(DirectoryPath) Method

Summary

Gets a directory by combining it's path with the current directory's path. The specified directory path must be relative.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestDirectory

Syntax

public IDirectory GetDirectory(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath

Return Value

Type Description
IDirectory The directory.
GitHub