<< Click to Display Table of Contents >> Navigation: OLE Automation > Application > Properties > SpaceObServer.Application.Properties.Filter |
Description
With this property you can set multiple filter options to customize the shown directory tree and the exports.
Syntax
property Filter: <TFilter>;
Example
$SOS.Filter.IncludePattern = "*.exe; *.png" #PowerShell
SOS.Filter.IncludePattern = "*.exe; *.png" 'VBS
Filters all files with the extensions ".exe" or ".png" into the list and ignores files with different extensions.
Remarks
The filter is applied to the active directory tree and all exports, except of the XML export.
For more detailed information about all the filter options please take a look at the section TFilter.