FileExtensions.

Filter(FilePathCollection, string[]) Method

Summary

Filters FilePathCollection by filenames, in the order specified

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<FilePath> the filtered list