FolderMinSizeΒΆ
Description
Use this property to include only directories with a minimum size in MB in the directory tree.
Syntax
property FolderMinSize: <Integer>;
Example
PowerShell:
$SOS.SizeUnit = "MB"
$SOS.Filter.FolderMinSize = 10
VBS:
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.
Remarks
Like for the filters MinSize and MaxSize, the size unit of the given value is defined by the property SizeUnit.