Summary
Gets a directory from a specified path.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileProvider
Syntax
public IDirectory GetDirectory(DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DirectoryPath | The path to the directory. |
Return Value
| Type | Description |
|---|---|
| IDirectory | The directory. |
