Click or drag to resize

FileProcessorMatchesFilterMethod Method

Determines if the given file matches the filter method provided through the FilterMethod property.

Namespace:  GSF.IO
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.3.405-beta
Syntax
public bool MatchesFilterMethod(
	string filePath
)
Request Example View Source

Parameters

filePath
Type: SystemString
The path to the file to be tested against the filter method.

Return Value

Type: Boolean
True if the file matches the filter method; false otherwise.
See Also