GetFiles(IReadOnlyFileSystem, IEnumerable<string>) Method
Gets matching files based on globbing patterns from the root path or absolute paths.
Namespace
Statiq.Common
Containing Type
IReadOnlyFileSystemExtensions

Syntax

public static IEnumerable<IFile> GetFiles(this IReadOnlyFileSystem fileSystem, IEnumerable<string> patterns)

Parameters

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

Return Value

Type Description
IEnumerable<IFile> All files in the specified directory that match the globbing patterns and/or absolute paths.