Click or drag to resize

FileProcessorMatchesFilter Method

Determines if the given file matches the filter string provided through the Filter property.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public bool MatchesFilter(
	string filePath
)
View Source

Parameters

filePath  String
The path to the file to be tested against the filter string.

Return Value

Boolean
True if the file matches the filter string; false otherwise.
See Also