Summary
Gets an absolute directory.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public IDirectory GetDirectory(DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath | The absolute path of the directory. |
Return Value
Type | Description |
---|---|
IDirectory | A directory. |