DirectoryPathCollection.

Remove(IEnumerable<DirectoryPath>) Method

Summary

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

Syntax

public void Remove(IEnumerable<DirectoryPath> paths)

Parameters

Name Type Description
paths IEnumerable<DirectoryPath> The paths to remove.

Return Value

Type Description
void