Summary
Removes the specified path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public bool Remove(TPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | TPath | The path to remove. |
Return Value
| Type | Description |
|---|---|
| bool | true if the collection contained the path, otherwise false. |
