Summary
Adds the specified path to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public bool Add(TPath path)
Parameters
Name | Type | Description |
---|---|---|
path | TPath | The path to add. |
Return Value
Type | Description |
---|---|
bool |
true if the path was added; false if the path was already present.
|