FragmentCount

MyDefrag

FileBoolean - FragmentCount

Select all the items that have a number of fragments between the minimum (first number) and the maximum (second number). If the second number is zero then the maximum is infinity.

Syntax

FragmentCount(NUMBER , NUMBER)

Example

FileSelect
  # Select all the items that have at least 3 fragments and at most 10 fragments.
  FragmentCount(3,10)
FileActions
  ....
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions