GetDirectory(NormalizedPath) Method
Gets a directory by combining it's path with the current directory's path. The specified directory path must be relative.
Namespace
Statiq.Common
Containing Type
IDirectory

Syntax

IDirectory GetDirectory(NormalizedPath directory)

Parameters

Name Type Description
directory NormalizedPath The path of the directory.

Return Value

Type Description
IDirectory The directory.