|   | FileProcessorMatchesFolderExclusion Method | 
        
        
            Determines if the given folder matches the exclusion string provided through the 
FolderExclusion property.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic bool MatchesFolderExclusion(
	string folderPath
)
Public Function MatchesFolderExclusion ( 
	folderPath As String
) As Boolean
public:
bool MatchesFolderExclusion(
	String^ folderPath
)
member MatchesFolderExclusion : 
        folderPath : string -> bool function MatchesFolderExclusion(folderPath);
Parameters
- folderPath  String
- The path to the folder to be tested against the exclusion string.
Return Value
BooleanTrue if the folder matches the exclusion string; false otherwise.
 See Also
See Also