'Declaration Public Function New( _ ByVal mask As String, _ ByVal scope As FilterScope _ )
'Usage Dim mask As String Dim scope As FilterScope Dim instance As New NameFilter(mask, scope)
public NameFilter( string mask, FilterScope scope )
Parameters
- mask
- Mask to use to filter file names (e.g. "*.txt", "a??.txt", etc.) By default, the FilterScope is set to File.
- scope
- Determines whether the scope applies to files, folders or both.