Gets the file attributes include sub directory enabled value for the specified filter.
| Visual Basic |
|---|
Public Function GetFilterIncludeSubDirectory( _ ByVal FilterName As String _ ) As Boolean |
- FilterName
- A string value which represents the filter name.
A boolean value which is True if the given filter's sub-directory is included.
The default value is True.