Largest

MyDefrag

FileBoolean - Largest

Select the largests items (size in bytes). The argument is the number of items to be selected.

Syntax

Largest(NUMBER)

Example

FileSelect
  # Select the 10 largest files on the disk.
  Largest(10)
FileActions
  ....
FileEnd

See also:

 *  Smallest
 *  FileSelect
 *  FileBoolean
 *  FileActions