|
FileProcessorMatchesFilter Method
|
Determines if the given file matches the filter string provided through the
Filter property.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic bool MatchesFilter(
string filePath
)
Public Function MatchesFilter (
filePath As String
) As Boolean
public:
bool MatchesFilter(
String^ filePath
)
member MatchesFilter :
filePath : string -> bool
function MatchesFilter(filePath);
View SourceParameters
- filePath String
- The path to the file to be tested against the filter string.
Return Value
BooleanTrue if the file matches the filter string; false otherwise.
See Also