DataGridFileLoader Load Method (String, String, Int32)CleanCode C# Libraries v1.2.03 API
Loads a collection of files matching the specified pattern going back a specified number of days.

Namespace: CleanCode.CsvProcessing
Assembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void Load(
	string dirPath,
	string pattern,
	int daysRequested
)

Parameters

dirPath
Type: OnlineSystem String
Complete path to the directory.
pattern
Type: OnlineSystem String
The file pattern to match (e.g. "stuff-*.log").
daysRequested
Type: OnlineSystem Int32
Number of days before today to include.
See Also