ReadFiles.

ReadFiles(string[]) Constructor

Summary

Reads all files that match the specified globbing patterns and/or absolute paths.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
ReadFiles

Syntax

public ReadFiles(params string[] patterns)

Parameters

Name Type Description
patterns string[] The globbing patterns and/or absolute paths to read.

Return Value

Type Description
void
GitHub