Sets the file attributes include parent directory enabled value for the specified filter.
| Visual Basic |
|---|
Public Sub SetFilterIncludeParentDirectory( _ ByVal FilterName As String, _ ByVal FilterIncludeParentDirectory As Boolean _ ) |
- FilterName
- A string value which represents the filter name.
- FilterIncludeParentDirectory
- A boolean value which should be set to True to include the parent directory for the given filter.