Summary
Gets a
FakeDirectory instance representing the specified path.
- Namespace
- Cake
.Testing - Containing Type
- FakeFileSystem
Syntax
public FakeDirectory GetDirectory(DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DirectoryPath | The path. |
Return Value
| Type | Description |
|---|---|
| FakeDirectory | A FakeDirectory instance representing the specified path. |
