Summary
Removes the specified path from the collection.
- Namespace
- Cake
.Core .IO - Containing Type
- FilePathCollection
Syntax
public bool Remove(FilePath path)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The path to remove. |
Return Value
Type | Description |
---|---|
bool |
true if the path was removed; false if the path was not found in the collection.
|