Navigation:  OLE Automation > SearchFilter > Properties >

SpaceObServer.SearchFilter.Properties.FolderMinSize

Previous pageReturn to chapter overviewNext page

Description

Use this property to include only directories with a minimum size in the directory tree.

 
Syntax

property FolderMinSize: <Integer>;

 
Example

SOS.SizeUnit = "MB"
SOS.Filter.FolderMinSize = 10

All directories with a real size lower 10 Mega Byte will be excluded from the file system tree and all exports (Except of the XML export).

 
Remarks

The size unit of the filter is defined by the property SizeUnit.