Method | Description | |
---|---|---|
FileFilterPipe ( this |
Scans the given directories for files matching the given filters.
|
public static FileFilterPipe ( this |
||
SourcePipe | this |
|
SearchPattern | String | A simple search pattern like "*.jpg". |
SearchOption | SearchOption | Include or do not include subdirectories. |
FileFilter | FileFilter | A delegate for filtering the found files. |
return | IEnumerable |