PathCollection.

Remove(Path) Method

Summary

Removes the specified path from the collection.
Namespace
Cake.Core.IO
Containing Type
PathCollection

Syntax

public bool Remove(Path path)

Parameters

Name Type Description
path Path 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.