Summary
Adds the specified path to the collection.
- Namespace
- Cake
.Core .IO - Containing Type
- FilePathCollection
Syntax
public bool Add(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path to add. |
Return Value
Type | Description |
---|---|
bool |
true if the path was added; false if the path was already present.
|