IDirectory.

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.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IDirectory

Syntax

IDirectory GetDirectory(DirectoryPath directory)

Parameters

Name Type Description
directory DirectoryPath The path of the directory.

Return Value

Type Description
IDirectory The directory.
GitHub