IReadOnlyFileSystem.

GetInputFiles(IEnumerable<string>) Method

Summary

Gets matching input files based on globbing patterns and/or absolute paths. If any absolute paths are provided, only those that actually exist are returned.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IReadOnlyFileSystem

Syntax

IEnumerable<IFile> GetInputFiles(IEnumerable<string> patterns)

Parameters

Name Type Description
patterns IEnumerable<string> The globbing patterns and/or absolute paths.

Return Value

Type Description
IEnumerable<IFile> All input files that match the globbing patterns and/or absolute paths.
GitHub