Smallest

MyDefrag

FileBoolean - Smallest

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

Syntax

Smallest(NUMBER)

Example

FileSelect
  # Select the 10 smallest files on the disk.
  Smallest(10)
FileActions
  ....
FileEnd

See also:

 *  Largest
 *  FileSelect
 *  FileBoolean
 *  FileActions