TestFileSystem.

GetFiles(string[]) Method

Summary

Gets matching files based on globbing patterns from the root path or absolute paths.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestFileSystem

Syntax

public IEnumerable<IFile> GetFiles(params string[] patterns)

Parameters

Name Type Description
patterns 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.
GitHub