Click or drag to resize

FileSystemEnumeratorMatches Method

Get an enumerator that returns all of the files that match the wildcards that are in any of the directories to be searched.

Namespace:  NetQuarry.Util
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IEnumerable<FileInfo> Matches()

Return Value

Type: IEnumerableFileInfo
An IEnumerable that returns all matching files one by one.
Remarks
The enumerator that is returned finds files using a lazy algorithm that searches directories incrementally as matches are consumed.
See Also