This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
Summary
Filters FilePathCollection by filenames, in the order specified
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .FileExtensions - Containing Type
- FileExtensions
Syntax
public static IEnumerable<FilePath> Filter(this FilePathCollection filePathCollection, params string[] fileNames)
Parameters
Name | Type | Description |
---|---|---|
filePathCollection | FilePathCollection | the collection to filter |
fileNames | string[] | the file names to filter by |
Return Value
Type | Description |
---|---|
IEnumerable |
the filtered list |