Sets the file attributes include hidden files enabled value for the specified filter.
| Visual Basic |
|---|
Public Sub SetFilterIncludeHidden( _ ByVal FilterName As String, _ ByVal FilterIncludeHidden As Boolean _ ) |
- FilterName
- A string value which represents the filter name.
- FilterIncludeHidden
- A boolean value which should be set to True to include hidden values for the filter. Otherwise, False should be set.