Summary
Removes the specified path from the collection.
- Namespace
- Cake
.Core .IO - Containing Type
- Directory
Path Collection
Syntax
public bool Remove(DirectoryPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | DirectoryPath | 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.
|
