Size

MyDefrag

VolumeBoolean - Size

Select the volume if it's size in bytes is between the minimum (first number) and maximum (second number). If the second number is zero then the maximum is infinity.

Syntax

Size(NUMBER , NUMBER)

Example

VolumeSelect
  # Select all volumes with a size up to 10 gigabyte.
  Size(0,10000000000)
VolumeActions
  ...
VolumeEnd

See also:

 *  VolumeSelect
 *  VolumeBoolean
 *  VolumeActions