Filter¶
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>;
See also: Properties
Example
$SOS.Filter.IncludePattern = "*.exe; *.png"
SOS.Filter.IncludePattern = "*.exe; *.png"
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. For more detailed information about all the filter options please take a look at the section Properties.