DirectoryPathCollection.

Add(DirectoryPath) Method

Summary

Adds the specified path to the collection.
Namespace
Cake.Core.IO
Containing Type
DirectoryPathCollection

Syntax

public bool Add(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path to add.

Return Value

Type Description
bool true if the path was added; false if the path was already present.