LargestFragmentSize

MyDefrag

FileBoolean - LargestFragmentSize

Select all the items that have a largest fragment with a size (in bytes) between the minimum (first number) and the maximum (second number). If the second number is zero then the maximum is infinity.

Syntax

LargestFragmentSize(NUMBER , NUMBER)

Example

FileSelect
  # Select all the items that have a largest fragment between 100 and 1000 bytes in size.
  LargestFragmentSize(100,1000)
FileActions
  ....
FileEnd

See also:

 *  FileSelect
 *  FileBoolean
 *  FileActions