Sets the file attributes include sub directory enabled value for the specified filter.
| Visual Basic |
|---|
Public Sub SetFilterIncludeSubDirectory( _ ByVal FilterName As String, _ ByVal FilterIncludeSubDirectory As Boolean _ ) |
- FilterName
- A string which represents the filter.
- FilterIncludeSubDirectory
- A boolean value which should be set to True to include the sub directory for the filter. Otherwise, False should be set.