DirectoryPathCollection.

Remove(DirectoryPath) Method

Summary

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

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.