Gets the file attributes include parent directory enabled value for the specified filter.
| Visual Basic |
|---|
Public Function GetFilterIncludeParentDirectory( _ 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 the filter's parent directory inclusion. Otherwise, False is returned.
The default value is False.