Summary
Hides the specified directory.
- Namespace
- Cake
.Testing - Containing Type
- Fake
Directory Extensions
Syntax
public static FakeDirectory Hide(this FakeDirectory directory)
Parameters
Name | Type | Description |
---|---|---|
directory | FakeDirectory | The directory to hide. |
Return Value
Type | Description |
---|---|
FakeDirectory | The same FakeDirectory instance so that multiple calls can be chained. |