Gets the file attributes include hidden files enabled value for the specified filter.
| Visual Basic |
|---|
Public Function GetFilterIncludeHidden( _ 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 includes hidden files inclusion. Otherwise, False is returned.
The default value is False.