IReadOnlyFileSystem.

GetDirectory(DirectoryPath) Method

Summary

Gets an absolute directory.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IReadOnlyFileSystem

Syntax

IDirectory GetDirectory(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The absolute path of the directory.

Return Value

Type Description
IDirectory A directory.
GitHub